Skip to content

Commit

Permalink
fix: eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Quadflieg committed May 19, 2020
1 parent 506f25a commit 820ff8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"build": "npm run build:min && npm run build:unmin",
"build:min": "rollup -c --environment NODE_ENV:production --file dist/htmlhint.min.js",
"build:unmin": "rollup -c",
"lint:fix": "eslint src/ test/ bin/ --ext .js --max-warnings 0",
"lint": "eslint --fix src/ test/ bin/ --ext .js --max-warnings 0"
"lint": "eslint src/ test/ bin/ --ext .js --max-warnings 0",
"lint:fix": "eslint --fix src/ test/ bin/ --ext .js --max-warnings 0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 820ff8f

Please sign in to comment.