diff options
author | silverwind | 2022-10-19 08:50:19 +0200 |
---|---|---|
committer | GitHub | 2022-10-19 14:50:19 +0800 |
commit | 37ca4cb7d61c0460d5d8e3dce35964ffc72a9f9d (patch) | |
tree | 0b4e887e815eee5e4b30e445d6055b0b3b0ca878 /.eslintrc.yaml | |
parent | e27d52b2766ba83e583940401a8f20c3b2a7ff5e (diff) |
Remove vitest globals (#21505)
Explicitly import them instead which is cleaner and enables better
editor integration.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to '.eslintrc.yaml')
-rw-r--r-- | .eslintrc.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.eslintrc.yaml b/.eslintrc.yaml index 66d4452ec..4dafc8f49 100644 --- a/.eslintrc.yaml +++ b/.eslintrc.yaml @@ -35,9 +35,6 @@ overrides: rules: import/no-unresolved: [0] import/no-extraneous-dependencies: [0] - - files: ["*.test.js"] - env: - jest: true - files: ["*.config.js"] rules: import/no-unused-modules: [0] |