Skip to content

Commit 9dbb4bb

Browse files
committed
remove old eslint rule
1 parent 673bb7d commit 9dbb4bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.json

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
],
2727
"rules": {
2828
"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
3029
"import/no-unresolved": ["error", { "ignore": ["\\?worker$"] }] // ignore vite worker import
3130
}
3231
}

0 commit comments

Comments
 (0)