Skip to content

Commit

Permalink
added eslint airbnb preset
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantPawar committed Jan 5, 2017
1 parent 8f459b5 commit 828cc74
Show file tree
Hide file tree
Showing 2 changed files with 8 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"
]
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"babel-preset-es2015": "^6.6.0",
"del": "^2.2.0",
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.3",
Expand Down

0 comments on commit 828cc74

Please sign in to comment.