mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-02 08:51:11 +00:00
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"
|
||
|
}
|
||
|
}
|