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 bfb232a commit 4e1bae1Copy full SHA for 4e1bae1
1 file changed
packages/deno/package.json
@@ -37,9 +37,9 @@
37
"circularDepCheck": "madge --circular src/index.ts",
38
"clean": "rimraf build build-types build-test coverage node_modules/.deno sentry-deno-*.tgz",
39
"prefix": "yarn deno-types",
40
- "lint:fix": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --fix --type-aware",
41
"prelint": "yarn deno-types",
42
"lint": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --type-aware",
+ "lint:fix": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --fix --type-aware",
43
"lint:es-compatibility": "es-check es2022 ./build/esm/*.js --module",
44
"install:deno": "node ./scripts/install-deno.mjs",
45
"test": "run-s install:deno deno-types test:unit",
0 commit comments