Skip to content

Commit f77bd36

Browse files
authored
chore: eslint node env should apply to root ts config files (#7687)
1 parent b828514 commit f77bd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = {
7676
{
7777
files: [
7878
'scripts/**',
79-
'./*.js',
79+
'*.{js,ts}',
8080
'packages/**/index.js',
8181
'packages/size-check/**'
8282
],

0 commit comments

Comments
 (0)