Skip to content

Commit 08970e1

Browse files
authored
chore: rewrite opt in logic to support opt in rules in vscode repackaging (#208)
1 parent b8ea741 commit 08970e1

File tree

4 files changed

+213
-159
lines changed

4 files changed

+213
-159
lines changed

.swcrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://swc.rs/schema.json",
33
"sourceMaps": false,
44
"module": {
5-
"type": "es6",
5+
"type": "commonjs",
66
"strictMode": true,
77
"noInterop": false,
88
"resolveFully": true

0 commit comments

Comments
 (0)