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

9 lines
204 B
JSON
Raw Normal View History

{
"extends": ["../../.eslintrc.base.json"],
"ignorePatterns": ["build"],
"rules": {
"@typescript-eslint/strict-boolean-expressions": "off",
"@typescript-eslint/no-explicit-any": "off"
}
}