Browse Source

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

三咲智子 Kevin Deng 3 years ago
parent
commit
f77bd36a24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .eslintrc.cjs

+ 1 - 1
.eslintrc.cjs

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