diff options
author | silverwind <me@silverwind.io> | 2023-09-27 06:37:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 04:37:13 +0000 |
commit | ee27b94b2c84f6604cb0428d6c2a5611161aac14 (patch) | |
tree | 3ba1e48e66c9b236f2851708d5da230e7e2bb0b3 /package.json | |
parent | 5ef5a0ade6a49c0e55697a0adc9bd33ef9c83a48 (diff) | |
download | gitea-ee27b94b2c84f6604cb0428d6c2a5611161aac14.tar.gz gitea-ee27b94b2c84f6604cb0428d6c2a5611161aac14.zip |
Use vitest globals (#27102)
Enable [globals](https://vitest.dev/config/#globals) in vitest, reducing
the noise in test files.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 94c30030d5..fb0ee33998 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,7 @@ "eslint-plugin-regexp": "1.15.0", "eslint-plugin-sonarjs": "0.21.0", "eslint-plugin-unicorn": "48.0.1", + "eslint-plugin-vitest-globals": "1.4.0", "eslint-plugin-vue": "9.17.0", "eslint-plugin-vue-scoped-css": "2.5.0", "eslint-plugin-wc": "2.0.3", |