mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-31 15:59:59 +00:00
10 lines
181 B
JSON
10 lines
181 B
JSON
|
{
|
||
|
"extends": [
|
||
|
"standard-with-typescript"
|
||
|
],
|
||
|
"rules": {
|
||
|
"@typescript-eslint/array-type": "off",
|
||
|
"@typescript-eslint/promise-function-async": "off"
|
||
|
}
|
||
|
}
|