Skip to content

Commit d36271d

Browse files
committed
fix(ui): Correct lint:attw command
1 parent 61e73a6 commit d36271d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"format": "node ../../scripts/format-package.mjs",
4747
"format:check": "node ../../scripts/format-package.mjs --check",
4848
"lint": "eslint src",
49-
"lint:attw": "attw --pack . --profile node16",
49+
"lint:attw": "attw --pack . --profile esm-only --ignore-rules internal-resolution-error",
5050
"lint:publint": "publint",
5151
"showerrors": "tsc",
5252
"test:ci": "vitest --maxWorkers=70%",

0 commit comments

Comments
 (0)