Skip to content

Commit

Permalink
style(aslant): set react/require-extension to off
Browse files Browse the repository at this point in the history
error: « The react/require-extension rule is deprecated. Please use the
import/extensions rule from eslint-plugin-import instead. »

see:
airbnb/javascript#978 (comment)
  • Loading branch information
kiki-le-singe committed Sep 10, 2016
1 parent 52a584f commit 0123d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ rules:
no-underscore-dangle: off
global-require: 0
react/jsx-filename-extension: [1, { "extensions": [".js", ".jsx"] }]
react/require-extension: "off"

0 comments on commit 0123d6f

Please sign in to comment.