Skip to content

Commit 9b3cfca

Browse files
committed
feat(attw)!: change default profile to esm-only
1 parent d851a9f commit 9b3cfca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/pkg/attw.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export async function attw(
119119
return
120120
}
121121
const {
122-
profile = 'strict',
122+
profile = 'esm-only',
123123
level = 'warn',
124124
ignoreRules = [],
125125
...attwOptions

0 commit comments

Comments
 (0)