@ntnyq/eslint-config 3.4.0 → 3.5.1

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
@@ -9,10 +9,11 @@
9
9
 
10
10
  ## Features
11
11
 
12
- - Opinionable: single quotes, no semi
12
+ - Opinionable: single quotes, no semi, trailing comma, etc.
13
13
  - Designed to work alongside with [Prettier](https://prettier.io)
14
14
  - Respect `.gitignore` via [eslint-config-flat-gitignore](https://github.com/antfu/eslint-config-flat-gitignore)
15
- - Out-of-box support for TypeScript, Vue, JSON, Markdown, YAML, etc.
15
+ - Out-of-box support for TypeScript, Vue, JSON, Markdown, YAML, TOML etc.
16
+ - Strict but provides useful rules to guard your codebase
16
17
  - [ESLint flat config](https://eslint.org/docs/latest/use/configure/configuration-files) for ESLint v9.5.0+
17
18
 
18
19
  ## Install