Skip to content

Commit 4e1bae1

Browse files
committed
chore: group lint command with friends
1 parent bfb232a commit 4e1bae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/deno/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"circularDepCheck": "madge --circular src/index.ts",
3838
"clean": "rimraf build build-types build-test coverage node_modules/.deno sentry-deno-*.tgz",
3939
"prefix": "yarn deno-types",
40-
"lint:fix": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --fix --type-aware",
4140
"prelint": "yarn deno-types",
4241
"lint": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --type-aware",
42+
"lint:fix": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --fix --type-aware",
4343
"lint:es-compatibility": "es-check es2022 ./build/esm/*.js --module",
4444
"install:deno": "node ./scripts/install-deno.mjs",
4545
"test": "run-s install:deno deno-types test:unit",

0 commit comments

Comments
 (0)