Skip to content

Commit

Permalink
chore(eslint): update to eslint 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyGrant committed May 18, 2016
1 parent 80d8cf9 commit c4e3a59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .eslintrc

This file was deleted.

3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "./node_modules/aurelia-tools/.eslintrc.json"
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"devDependencies": {
"aurelia-tools": "^0.1.12",
"babel-dts-generator": "^0.4.7",
"babel-eslint": "^4.1.1",
"babel-eslint": "^6.0.0",
"babel-plugin-syntax-flow": "^6.5.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-amd": "^6.6.5",
Expand All @@ -81,11 +81,12 @@
"babel-preset-stage-1": "^6.5.0",
"conventional-changelog": "0.0.11",
"del": "^1.1.0",
"eslint": "^2.10.2",
"gulp": "^3.8.10",
"gulp-babel": "^6.1.2",
"gulp-bump": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^1.0.0",
"gulp-eslint": "^2.0.0",
"gulp-insert": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-typedoc": "^1.2.1",
Expand Down

0 comments on commit c4e3a59

Please sign in to comment.