]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: eslint node env should apply to root ts config files (#7687)
author三咲智子 Kevin Deng <sxzz@sxzz.moe>
Tue, 28 Mar 2023 01:56:21 +0000 (09:56 +0800)
committerGitHub <noreply@github.com>
Tue, 28 Mar 2023 01:56:21 +0000 (09:56 +0800)
.eslintrc.cjs

index 5d096dd3ab2367bbe066c9e182f1c9d2d263adbe..ec05a11311356c7102d4f5cb1b8b07177f213d9f 100644 (file)
@@ -76,7 +76,7 @@ module.exports = {
     {
       files: [
         'scripts/**',
-        './*.js',
+        '*.{js,ts}',
         'packages/**/index.js',
         'packages/size-check/**'
       ],