Skip to content

Commit

Permalink
chore(package): use eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
yidinghan committed Apr 10, 2017
1 parent 04f8e2e commit b147569
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "airbnb-base",
"plugins": [
"import"
]
}
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,10 @@
},
"dependencies": {
"lodash.omit": "^4.5.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0"
}
}

0 comments on commit b147569

Please sign in to comment.