Skip to content

Commit 5a9ef4b

Browse files
committed
chore(eslint): remove used prop-type related rule
1 parent e8904b3 commit 5a9ef4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export default [
2626
"jsx-a11y/anchor-is-valid": ["off"],
2727
"no-undef": ["off"],
2828
"react/destructuring-assignment": ["off"],
29-
"react/forbid-prop-types": ["off"],
3029

3130
"react/jsx-filename-extension": [
3231
1,

0 commit comments

Comments
 (0)