chore: eslint node env should apply to root ts config files (#7687)

This commit is contained in:
三咲智子 Kevin Deng 2023-03-28 09:56:21 +08:00 committed by GitHub
parent b828514c1a
commit f77bd36a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ module.exports = {
{
files: [
'scripts/**',
'./*.js',
'*.{js,ts}',
'packages/**/index.js',
'packages/size-check/**'
],