Skip to content

Commit

Permalink
add eslint as dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Sep 5, 2016
1 parent 8150e1c commit 258cd9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"rules": {
"no-console": 0,
"no-cond-assign": 0,
"no-unused-vars": 1
"no-unused-vars": 1,
"no-extra-semi": "warn",
"semi": "warn"
},
"extends": "eslint:recommended"
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"cson-parser": "^1.3.3",
"debounce": "^1.0.0",
"documentdb": "^1.5.1",
"eslint": "^3.4.0",
"event-stream": "^3.1.7",
"express": "^4.13.1",
"ghooks": "1.0.3",
Expand Down

0 comments on commit 258cd9d

Please sign in to comment.