Files
huly-platform/packages/platform-rig/profiles/node/eslint.config.json
T
2023-11-20 17:01:43 +07:00

11 lines
247 B
JSON

{
"extends": [
"standard-with-typescript"
],
"ignorePatterns": ["*.json", "node_modules/*", ".eslintrc.js"],
"rules": {
"@typescript-eslint/array-type": "off",
"@typescript-eslint/promise-function-async": "off"
}
}