Skip to content

Commit

Permalink
🤖 config(package.json): Enable linting with xo.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/7a92df9c28303ed9cd6ee1a5e4999acfc8c52497/src/transforms/package.json:scripts-lint-use-xo.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Oct 12, 2022
1 parent 9cc548e commit 86d2b3b
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 @@ -46,7 +46,7 @@
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
"install-hooks": "husky install",
"lint": "true",
"lint": "xo",
"lint-config": "fixpack --dryRun",
"lint-config-and-fix": "fixpack || fixpack",
"postinstall": "npm run install-hooks",
Expand Down

0 comments on commit 86d2b3b

Please sign in to comment.