We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673bb7d commit 9dbb4bbCopy full SHA for 9dbb4bb
.eslintrc.json
@@ -26,7 +26,6 @@
26
],
27
"rules": {
28
"react/react-in-jsx-scope": "off", // handled by @vitejs/plugin-react
29
- "react/prop-types": "off", // todo: readdress this after moving all react files to typescript
30
"import/no-unresolved": ["error", { "ignore": ["\\?worker$"] }] // ignore vite worker import
31
}
32
0 commit comments