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 baac16b commit d652c49Copy full SHA for d652c49
2 files changed
packages/nitro/.oxlintrc.json
@@ -0,0 +1,7 @@
1
+{
2
+ "$schema": "../../node_modules/oxlint/configuration_schema.json",
3
+ "extends": ["../../.oxlintrc.base.json"],
4
+ "env": {
5
+ "node": true
6
+ }
7
+}
packages/nitro/package.json
@@ -59,8 +59,7 @@
59
"build:types:watch": "tsc -p tsconfig.types.json --watch",
60
"build:tarball": "npm pack",
61
"clean": "rimraf build coverage sentry-nitro-*.tgz",
62
- "fix": "eslint . --format stylish --fix",
63
- "lint": "eslint . --format stylish",
+ "lint": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --type-aware",
64
"lint:es-compatibility": "es-check es2022 ./build/esm/*.js --module",
65
"test": "vitest run",
66
"test:watch": "vitest --watch",
0 commit comments