platform/packages/platform-rig/profiles/node/eslint.config.json

10 lines
181 B
JSON
Raw Normal View History

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