mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-26 13:01:48 +03:00
9246369b40
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
10 lines
195 B
JSON
10 lines
195 B
JSON
{
|
|
"extends": [
|
|
"standard-with-typescript"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/array-type": "off",
|
|
"@typescript-eslint/promise-function-async": "off"
|
|
}
|
|
}
|