Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Install ESLint as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Nov 25, 2016
1 parent ce4dbf3 commit 25cb07c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"node": true
},
Expand All @@ -10,20 +11,20 @@
},
"rules": {
"indent": [
2,
"error",
4,
{"SwitchCase": 1}
],
"linebreak-style": [
2,
"error",
"unix"
],
"quotes": [
2,
"error",
"double"
],
"semi": [
2,
"error",
"always"
]
}
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"devDependencies": {
"babel-plugin-transform-es2015-modules-amd": "^6.18.0",
"eslint": "^3.10.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-files-to-json": "^0.2.1",
Expand Down

0 comments on commit 25cb07c

Please sign in to comment.