PromucFlow_constructor/app/client/packages/rts/.eslintrc.json

11 lines
341 B
JSON
Raw Normal View History

{
"extends": ["../../.eslintrc.base.json"],
"ignorePatterns": ["dist", "server.test.ts", "build.js"],
"rules": {
"@typescript-eslint/prefer-nullish-coalescing": "off",
"@typescript-eslint/strict-boolean-expressions": "off",
"@typescript-eslint/no-explicit-any": "off",
"testing-library/no-debugging-utils": "off"
}
}