Files
2024-05-13 14:26:29 +07:00

15 lines
468 B
JSON

{
"extends": "wojtekmaj/react",
"rules": {
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/no-use-before-define": "off",
"react-hooks/exhaustive-deps": "off",
"no-console": "off",
"@typescript-eslint/ban-ts-comment": "off",
"react/jsx-no-leaked-render": "off",
"jsx-a11y/click-events-have-key-events": "off",
"jsx-a11y/no-static-element-interactions": "off",
"react/no-array-index-key": "off"
}
}