mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-18 16:31:57 +03:00
9075e300ca
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
11 lines
256 B
JSON
11 lines
256 B
JSON
{
|
|
"extends": [
|
|
"standard-with-typescript"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/array-type": "off",
|
|
"@typescript-eslint/promise-function-async": "off",
|
|
"@typescript-eslint/consistent-type-imports": "off"
|
|
}
|
|
}
|