Skip to content

Commit

Permalink
fix(lint): Remove deprecated eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
avalleteau committed Jul 4, 2018
1 parent 8c0c6ed commit 730cfae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@
"react/prefer-es6-class": 1, //Use ES6 Class instead of Reacy.createClass
"react/prop-types": 1, //Prevent missing props validation in a React component definition
"react/react-in-jsx-scope": 1, //Prevent missing React when using JSX
"react/require-extension": 1, //Restrict file extensions that may be required
"react/self-closing-comp": 1, //Prevent extra closing tags for components without children
"react/sort-comp": 1, //Enforce component methods order
"react/wrap-multilines": 0 //Prevent missing parentheses around multiline JSX
Expand Down

0 comments on commit 730cfae

Please sign in to comment.