Skip to content

Commit 3557671

Browse files
chore: update eslint for react/prop-types: off
For now this rule is turned offed. I looked into [this issue](jsx-eslint/eslint-plugin-react#2353). But didn't understand much
1 parent 67a627c commit 3557671

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"react/react-in-jsx-scope": "off",
2323
"@typescript-eslint/no-explicit-any": "off",
2424
"@typescript-eslint/ban-ts-comment": "warn",
25-
"unused-imports/no-unused-imports": "error"
25+
"unused-imports/no-unused-imports": "error",
26+
"react/prop-types": "off"
2627
}
2728
}

0 commit comments

Comments
 (0)