eslint-config-un 0.1.2 → 0.1.3

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
@@ -16,6 +16,7 @@ yarn add -D eslint-config-un
16
16
 
17
17
  Includes the rules from the following configs & plugins:
18
18
  - [Vanilla ESLint rules](https://eslint.org/docs/latest/rules/)
19
+ - [eslint-config-prettier](https://www.npmjs.com/package/eslint-config-prettier) to disable Prettier-incompatible rules
19
20
  - [typescript-eslint](https://typescript-eslint.io/rules/)
20
21
  - [vue](https://eslint.vuejs.org/rules/) (+ [vuejs-accessibility](https://www.npmjs.com/package/eslint-plugin-vuejs-accessibility) and [pinia](https://www.npmjs.com/package/eslint-plugin-pinia))
21
22
  - [unicorn](https://www.npmjs.com/package/eslint-plugin-unicorn)
@@ -26,7 +27,10 @@ Includes the rules from the following configs & plugins:
26
27
  - [security](https://www.npmjs.com/package/eslint-plugin-security)
27
28
  - [sonar](https://www.npmjs.com/package/eslint-plugin-sonarjs)
28
29
  - [tailwind](https://www.npmjs.com/package/eslint-plugin-tailwindcss)
29
- - [eslint-config-prettier](https://www.npmjs.com/package/eslint-config-prettier) to disable Prettier-incompatible rules
30
+ - [yaml](https://www.npmjs.com/package/eslint-plugin-yaml) (since v0.1.0)
31
+ - [toml](https://www.npmjs.com/package/eslint-plugin-toml) (since v0.1.3)
32
+ - [prefer-arrow-functions](https://www.npmjs.com/package/eslint-plugin-prefer-arrow-functions) (since v0.1.0)
33
+ - [eslint-comments](https://www.npmjs.com/package/@eslint-community/eslint-plugin-eslint-comments) (since v0.1.3)
30
34
 
31
35
  ## Features
32
36
 
@@ -59,6 +63,7 @@ export default eslintConfig({
59
63
  - `prefer-arrow-functions`
60
64
  - `security`
61
65
  - `yaml`
66
+ - `toml`
62
67
  - Some rules are set to warn by default. You can change some or even all such rule's reporting level using `errorsInsteadOfWarnings` option. You can find all such rules by inspecting the source code of this package.
63
68
 
64
69
  ## Troubleshooting