We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04a826 commit 4b5573cCopy full SHA for 4b5573c
package.json
@@ -40,9 +40,11 @@
40
"scripts": {
41
"check": "run-p -c --aggregate-output check:*",
42
"check:lint": "eslint --report-unused-disable-directives .",
43
+ "check:lint:fix": "npm run check:lint -- --fix",
44
"check:tsc": "tsc",
45
"clean": "run-p --aggregate-output clean:*",
46
"clean:node_modules": "del-cli '**/node_modules'",
47
+ "fix": "run-s lint:fix check:lint:fix",
48
"knip:dependencies": "knip --dependencies",
49
"knip:exports": "knip --include exports,duplicates",
50
"lint": "oxlint -c=./.oxlintrc.json --ignore-path=./.oxlintignore --tsconfig=./tsconfig.json .",
0 commit comments