Skip to content

Commit 68ec090

Browse files
authored
Ignore ESM pre/post files in ESLint
1 parent 43a85a3 commit 68ec090

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ module.exports = {
2121
"/out/",
2222
"/src/shell-post.js",
2323
"/src/shell-pre.js",
24+
"/src/shell-post-esm.js",
25+
"/src/shell-pre-esm.js",
2426
"/test/",
2527
"!/.eslintrc.js"
2628
],

0 commit comments

Comments
 (0)