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 845029d commit 0af0559Copy full SHA for 0af0559
1 file changed
packages/ember/package.json
@@ -21,7 +21,7 @@
21
"clean": "yarn rimraf sentry-ember-*.tgz dist tmp build .node_modules.ember-try package.json.ember-try instance-initializers index.d.ts runloop.d.ts types.d.ts",
22
"lint": "run-p lint:js lint:hbs lint:ts",
23
"lint:hbs": "ember-template-lint .",
24
- "lint:js": "oxlint .",
+ "lint:js": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --type-aware",
25
"lint:ts": "tsc",
26
"lint:fix": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --fix --type-aware",
27
"start": "ember serve",
0 commit comments