Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 68ec090

Browse filesBrowse files
authored
Ignore ESM pre/post files in ESLint
1 parent 43a85a3 commit 68ec090
Copy full SHA for 68ec090

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎.eslintrc.js

Copy file name to clipboardExpand all lines: .eslintrc.js
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.