Skip to content

Commit

Permalink
[update] use eslint loader
Browse files Browse the repository at this point in the history
  • Loading branch information
shibe97 committed Nov 23, 2016
1 parent 98eaf8a commit 38dfd79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"enzyme": "^2.5.1",
"eslint": "^3.10.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = {
},
{
test: /\.js$/,
loader: 'eslint',
loader: 'eslint-loader',
exclude: /node_modules/
}
]
Expand Down

0 comments on commit 38dfd79

Please sign in to comment.