Skip to content

Commit 3fc6eae

Browse files
🤖 config(package.json): Enable linting with xo.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/9b50c2a1d7e9ab7b4bc9c9ff88892e98c5f62244/src/transforms/package.json:scripts-lint-use-xo.js Please contact the author of the transform if you believe there was an error.
1 parent d03df15 commit 3fc6eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
5353
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
5454
"install-hooks": "husky install",
55-
"lint": "true",
55+
"lint": "xo",
5656
"lint-config": "fixpack --dryRun",
5757
"lint-config-and-fix": "fixpack || fixpack",
5858
"postinstall": "npm run install-hooks",

0 commit comments

Comments
 (0)