Skip to content

Commit 730cfae

Browse files
author
avalleteau
committed
fix(lint): Remove deprecated eslint rule
see airbnb/javascript#978
1 parent 8c0c6ed commit 730cfae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@
251251
"react/prefer-es6-class": 1, //Use ES6 Class instead of Reacy.createClass
252252
"react/prop-types": 1, //Prevent missing props validation in a React component definition
253253
"react/react-in-jsx-scope": 1, //Prevent missing React when using JSX
254-
"react/require-extension": 1, //Restrict file extensions that may be required
255254
"react/self-closing-comp": 1, //Prevent extra closing tags for components without children
256255
"react/sort-comp": 1, //Enforce component methods order
257256
"react/wrap-multilines": 0 //Prevent missing parentheses around multiline JSX

0 commit comments

Comments
 (0)