We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b96a59 commit e628dd0Copy full SHA for e628dd0
.eslintrc.js
@@ -19,6 +19,7 @@ module.exports = {
19
rules: {
20
"prettier/prettier": "error",
21
"react/prop-types": "off",
22
+ "react/self-closing-comp": "error",
23
"@typescript-eslint/explicit-function-return-type": "off",
24
"@typescript-eslint/no-explicit-any": "off",
25
"@typescript-eslint/no-inferrable-types": "off",
0 commit comments