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

11 lines
247 B
JSON
Raw Normal View History

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