We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0c6ed commit 730cfaeCopy full SHA for 730cfae
.eslintrc
@@ -251,7 +251,6 @@
251
"react/prefer-es6-class": 1, //Use ES6 Class instead of Reacy.createClass
252
"react/prop-types": 1, //Prevent missing props validation in a React component definition
253
"react/react-in-jsx-scope": 1, //Prevent missing React when using JSX
254
- "react/require-extension": 1, //Restrict file extensions that may be required
255
"react/self-closing-comp": 1, //Prevent extra closing tags for components without children
256
"react/sort-comp": 1, //Enforce component methods order
257
"react/wrap-multilines": 0 //Prevent missing parentheses around multiline JSX
0 commit comments