Files
huly-platform/models/model-rig/profiles/default/config/eslint.config.json
T
2021-08-07 07:39:49 +02:00

10 lines
195 B
JSON

{
"extends": [
"standard-with-typescript"
],
"rules": {
"@typescript-eslint/array-type": "off",
"@typescript-eslint/promise-function-async": "off"
}
}