eslint-config-un 0.2.3 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -35,10 +35,12 @@ Includes the rules from the following configs & plugins:
35
35
  - [package-json](https://www.npmjs.com/package/eslint-plugin-package-json) (since v0.1.5)
36
36
  - [markdown](https://www.npmjs.com/package/@eslint/markdown) (since v0.2.0)
37
37
  - [css](https://www.npmjs.com/package/eslint-plugin-css) (since v0.2.0)
38
+ - [jest](https://www.npmjs.com/package/eslint-plugin-jest) (+ [jest-extended](https://www.npmjs.com/package/eslint-plugin-jest-extended)) (since v0.3.0)
39
+ - [vitest](https://www.npmjs.com/package/@vitest/eslint-plugin) (since v0.3.0)
38
40
 
39
41
  ## Features
40
42
 
41
- - Automatically detects the presence of `typescript`, `vue`, `nuxt` and `pinia` packages and enables corresponding configurations (which can also be enabled or disabled explicitly).
43
+ - Automatically detects the presence of `typescript`, `vue`, `nuxt`, `pinia`, `jest`, `jest-extended` and `vitest` packages and enables corresponding configurations (which can also be enabled or disabled explicitly).
42
44
  - Every block of rules supports `overrides` for rules.
43
45
  - Designed to be used separately from Prettier: *almost* all the rules potentially conflicting with Prettier are disabled *by default*.
44
46
  - Written in TypeScript so all the options are typed.