@ntnyq/eslint-config 4.0.0-beta.5 → 4.0.0-beta.7
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 +1 -1
- package/dist/index.d.ts +170 -218
- package/dist/index.js +112 -82
- package/package.json +19 -13
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
- Out-of-box support for TypeScript, Vue, JSON, Markdown, YAML, TOML, SVG and etc
|
|
16
16
|
- Strict but provides useful rules to guard your codebase
|
|
17
17
|
- Custom ESLint commands for [eslint-plugin-command](https://github.com/antfu/eslint-plugin-command)
|
|
18
|
-
- [ESLint flat config](https://eslint.org/docs/latest/use/configure/configuration-files) for ESLint v9.
|
|
18
|
+
- [ESLint flat config](https://eslint.org/docs/latest/use/configure/configuration-files) for ESLint v9.20.0+
|
|
19
19
|
|
|
20
20
|
## Install
|
|
21
21
|
|