Skip to content

Commit

Permalink
chore: eslint node env should apply to root ts config files (#7687)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Mar 28, 2023
1 parent b828514 commit f77bd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Expand Up @@ -76,7 +76,7 @@ module.exports = {
{
files: [
'scripts/**',
'./*.js',
'*.{js,ts}',
'packages/**/index.js',
'packages/size-check/**'
],
Expand Down

0 comments on commit f77bd36

Please sign in to comment.