Skip to content

Commit

Permalink
Use babel-eslint to lint ES7
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 17, 2015
1 parent 87ba8dc commit 0849903
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"parser": "babel-eslint",
"ecmaFeatures": {
"modules": true,
"module": true
Expand All @@ -12,6 +13,7 @@
"no-unused-vars": [2],
"no-loop-func": [0],
"key-spacing": [0],
"no-empty": [0],
"max-len": [2, 80],
"strict": [0],
"indent": [2],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"concat-with-sourcemaps": "1.0.2",
"gulp-json-editor": "2.2.1",
"load-resources": "0.1.0",
"babel-eslint": "4.0.5",
"gulp-eslint": "0.15.0",
"gulp-babel": "5.1.0",
"gulp-mocha": "2.1.3",
Expand Down

0 comments on commit 0849903

Please sign in to comment.