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/3eb37da7d78b30a6f28492864d065b8d8043ab23/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 16, 2022
1 parent f44585e commit fe52d28
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 fe52d28

Please sign in to comment.