Skip to content

Commit

Permalink
Display ESLint progress like Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrotoff committed Jul 6, 2023
1 parent c98bd8f commit cd5a2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tsc:example:web": "cd examples/web && npm run tsc",
"tsc:example:node": "cd examples/node && npm run tsc",
"format": "prettier --write .",
"lint": "npm run tsc && eslint .",
"lint": "npm run tsc && DEBUG=eslint:cli-engine eslint .",
"prepare": "husky install",
"precommit": "npm run lint && npm run tsc:examples",
"prepush": "npm run test",
Expand Down

0 comments on commit cd5a2f5

Please sign in to comment.