Skip to content

Commit

Permalink
增加eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
genophy committed Mar 5, 2017
1 parent 83f75d3 commit daa6728
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parserOptions": {
"ecmaVersion": 6
},
"extends": "google",
"rules": {
"no-var": 0
}
}
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.16.0",
"cors": "^2.8.1",
"eslint": "^3.16.0",
"eslint-config-google": "^0.7.1",
"express": "^4.14.0",
"fs": "0.0.2",
"gulp": "^3.9.1",
Expand All @@ -26,6 +29,7 @@
"gulp-webpack": "^1.5.0",
"gulp-zip": "^3.2.0",
"http": "0.0.0",
"http-proxy-middleware": "^0.17.3",
"https": "^1.0.0",
"jquery": "^3.1.1",
"recursive-readdir-sync": "^1.0.6",
Expand All @@ -34,6 +38,7 @@
"vinyl-named": "^1.1.0"
},
"dependencies": {
"fine-uploader": "^5.14.0",
"net": "^1.0.2",
"request": "^2.79.0"
}
Expand Down

0 comments on commit daa6728

Please sign in to comment.