Skip to content

Commit

Permalink
Added eslint import plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
n4kz committed Mar 24, 2017
1 parent 720de9b commit 1d1b065
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
'parser': 'babel-eslint',

'plugins': [
'import',
'react',
],

'extends': [
'eslint:recommended',
'plugin:import/errors',
'plugin:import/warnings',
'plugin:react/recommended',
],

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"devDependencies": {
"babel-eslint": "*",
"eslint": "*",
"eslint-plugin-import": "*",
"eslint-plugin-react": "*"
},

Expand Down

0 comments on commit 1d1b065

Please sign in to comment.