mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-20 01:21:55 +03:00
1a1639108b
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"
|
|
}
|
|
}
|