platform/packages/platform-rig/profiles/assets/config/eslint.config.json
Andrey Sobolev 6552eec72d
Optimize assets build process (#1435)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-04-18 17:28:18 +07:00

10 lines
195 B
JSON

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