platform/packages/platform-rig/profiles/default/config/eslint.config.json
Andrey Platov 1a1639108b
refactor withOperations
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-05 09:23:13 +02:00

10 lines
195 B
JSON

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