Skip to content

Commit

Permalink
Chore: add eslint as a devDependeny (#11654)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Apr 30, 2019
1 parent 139fd2f commit 7f290a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"lint-staged": {
"*.js": [
"node ./bin/eslint.js --fix",
"eslint --fix",
"git add"
],
"*.md": "markdownlint"
Expand Down Expand Up @@ -95,6 +95,7 @@
"coveralls": "^3.0.3",
"dateformat": "^3.0.3",
"ejs": "^2.6.1",
"eslint": "file:.",
"eslint-config-eslint": "file:packages/eslint-config-eslint",
"eslint-plugin-eslint-plugin": "^2.0.1",
"eslint-plugin-internal-rules": "file:tools/internal-rules",
Expand Down

0 comments on commit 7f290a9

Please sign in to comment.