From: 三咲智子 Kevin Deng Date: Tue, 28 Mar 2023 01:56:21 +0000 (+0800) Subject: chore: eslint node env should apply to root ts config files (#7687) X-Git-Tag: v3.3.0-alpha.6~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f77bd36a24591b7d8e88149c657f2ae4960267b3;p=thirdparty%2Fvuejs%2Fcore.git chore: eslint node env should apply to root ts config files (#7687) --- diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 5d096dd3ab..ec05a11311 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -76,7 +76,7 @@ module.exports = { { files: [ 'scripts/**', - './*.js', + '*.{js,ts}', 'packages/**/index.js', 'packages/size-check/**' ],