Skip to content

Commit

Permalink
add linting
Browse files Browse the repository at this point in the history
  • Loading branch information
robbymurphy committed Oct 16, 2017
1 parent bee2ad7 commit 0534db0
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
42 changes: 42 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"coveralls": "^3.0.0",
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.0.2",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"jest": "^21.2.1",
"prettier-eslint": "^8.2.1",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
{
test: /\.js$/,
include: path.join(__dirname, 'src'),
loaders: ['babel-loader'],
loaders: ['babel-loader', 'eslint-loader'],
},
],
},
Expand Down

0 comments on commit 0534db0

Please sign in to comment.