Skip to content

Commit 0af0559

Browse files
logaretmclaude
andcommitted
chore(ember): Add missing flags to lint:js oxlint command
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 845029d commit 0af0559

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ember/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"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",
2222
"lint": "run-p lint:js lint:hbs lint:ts",
2323
"lint:hbs": "ember-template-lint .",
24-
"lint:js": "oxlint .",
24+
"lint:js": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --type-aware",
2525
"lint:ts": "tsc",
2626
"lint:fix": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --fix --type-aware",
2727
"start": "ember serve",

0 commit comments

Comments
 (0)