Skip to content

Commit

Permalink
Add eslint for better code quality
Browse files Browse the repository at this point in the history
1. add airbnb extends.
  • Loading branch information
kjj6198 committed Jun 13, 2016
1 parent 42331bd commit c490a1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "airbnb"
}
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"cross-env": "^1.0.7",
"css-loader": "^0.23.1",
"cz-conventional-changelog": "^1.1.6",
"eslint": "^2.12.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.4.2",
"eslint-plugin-react": "^5.1.1",
"exports-loader": "^0.6.3",
"file-loader": "^0.8.5",
"imports-loader": "^0.6.5",
Expand Down

0 comments on commit c490a1b

Please sign in to comment.