PromucFlow_constructor/app/client/packages/design-system/widgets-old/.eslintrc.json

10 lines
268 B
JSON
Raw Normal View History

{
"extends": ["../../../.eslintrc.base.json"],
"rules": {
"@typescript-eslint/prefer-nullish-coalescing": "off",
"@typescript-eslint/strict-boolean-expressions": "off",
"@typescript-eslint/no-explicit-any": "off",
"react/display-name": "off"
}
}