Skip to content

Commit

Permalink
Merge branch 'bump-eslint'
Browse files Browse the repository at this point in the history
  • Loading branch information
okuryu committed Aug 13, 2015
2 parents 607147a + 7afce7f commit ee54f29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@
"env": {
"node": true
},
"extends": "eslint:recommended",
"globals": {
"YUI": true
},
"rules": {
"camelcase": 0,
"new-cap": 0,
"no-loop-func": 0,
"no-process-exit": 0,
"no-underscore-dangle": 0,
"no-use-before-define": 0,
"no-console": 0,
"quotes": [2, "single"]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"yui": "^3.18.1"
},
"devDependencies": {
"eslint": "^1.0.0-rc-1",
"eslint": "^1.1.0",
"istanbul": "^0.3.16",
"selleck": "^0.1.18",
"ytestrunner": "^0.3.3",
Expand Down

0 comments on commit ee54f29

Please sign in to comment.