mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-03 08:57:14 +03:00
6552eec72d
Signed-off-by: Andrey Sobolev <haiodo@gmail.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"
|
|
}
|
|
}
|