Skip to content

Commit a2899ff

Browse files
committed
feature(putout) mjs, cjs: add support of remove-only, remove-skip
1 parent bb67370 commit a2899ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/putout/putout.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"remove-console": "off",
5959
"convert-top-level-return": "on"
6060
},
61-
"{test,*.spec.js}": {
61+
"{test,*.spec.{js,mjs,cjs}": {
6262
"remove-only": "on",
6363
"remove-skip": "on",
6464
"tape": "on"

0 commit comments

Comments
 (0)