Showing
1 changed file
with
0 additions
and
2 deletions
@@ -12,8 +12,6 @@ | @@ -12,8 +12,6 @@ | ||
12 | "dev": "node_modules/.bin/nodemon -e js,hbs -i public/ app.js", | 12 | "dev": "node_modules/.bin/nodemon -e js,hbs -i public/ app.js", |
13 | "online": "NODE_ENV=\"production\" node app.js", | 13 | "online": "NODE_ENV=\"production\" node app.js", |
14 | "debug": "DEBUG=\"express:*\" node app.js", | 14 | "debug": "DEBUG=\"express:*\" node app.js", |
15 | - "lint-js": "node_modules/.bin/eslint -c .eslintrc --cache --fix `git diff --cached --name-only --diff-filter=ACM | grep .js$` app.js", | ||
16 | - "lint-css": "node_modules/.bin/stylelint --config .stylelintrc `git diff --cached --name-only --diff-filter=ACM | grep .css$`", | ||
17 | "precommit": "node lint.js" | 15 | "precommit": "node lint.js" |
18 | }, | 16 | }, |
19 | "license": "MIT", | 17 | "license": "MIT", |
-
Please register or login to post a comment