Skip to content

Commit 820ff8f

Browse files
author
Christopher Quadflieg
committedMay 19, 2020
fix: eslint fix
1 parent 506f25a commit 820ff8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"build": "npm run build:min && npm run build:unmin",
3030
"build:min": "rollup -c --environment NODE_ENV:production --file dist/htmlhint.min.js",
3131
"build:unmin": "rollup -c",
32-
"lint:fix": "eslint src/ test/ bin/ --ext .js --max-warnings 0",
33-
"lint": "eslint --fix src/ test/ bin/ --ext .js --max-warnings 0"
32+
"lint": "eslint src/ test/ bin/ --ext .js --max-warnings 0",
33+
"lint:fix": "eslint --fix src/ test/ bin/ --ext .js --max-warnings 0"
3434
},
3535
"husky": {
3636
"hooks": {

0 commit comments

Comments
 (0)
Please sign in to comment.