Authored by 毕凯

更新 lint

@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 "scripts": { 5 "scripts": {
6 "start": "node ./bin/www", 6 "start": "node ./bin/www",
7 "dev": "nodemon -e js,hbs -i public/ ./bin/www", 7 "dev": "nodemon -e js,hbs -i public/ ./bin/www",
8 - "lint": "eslint -c .eslintrc --cache .eslintcache --fix .", 8 + "lint": "eslint -c .eslintrc --cache --fix **/*.js",
9 "validate": "npm ls" 9 "validate": "npm ls"
10 }, 10 },
11 "dependencies": { 11 "dependencies": {