diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index f1c995a0..8282d206 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -765,7 +765,7 @@ }, { "files": [ - "test/**" + "test/**/*.test.js" ], "plugins": [ "vitest" |