Skip to content

Commit b49c290

Browse files
committed
chore(eslint): include root JS configs in tsconfig.eslint.json (./*.{js,cjs,mjs})
1 parent 806f66e commit b49c290

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.eslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"noEmit": true,
55
"allowImportingTsExtensions": true
66
},
7-
"include": ["scripts", "src", "test", "./*js"]
7+
"include": ["scripts", "src", "test", "./*.{js,cjs,mjs}"]
88
}

0 commit comments

Comments
 (0)