platform/models/model-rig/profiles/default/config/eslint.config.json
Andrey Platov 9246369b40
add model and model-core
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
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"
}
}