@kazupon/eslint-config 0.35.0 → 0.36.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 +3 -0
- package/dist/index.d.ts +558 -164
- package/dist/index.js +29 -1
- package/package.json +36 -31
package/README.md
CHANGED
|
@@ -28,6 +28,8 @@ ESLint config for @kazupon
|
|
|
28
28
|
- `toml`
|
|
29
29
|
- `markdown`
|
|
30
30
|
- `css`
|
|
31
|
+
- `html`
|
|
32
|
+
- `deps`
|
|
31
33
|
- Support primitive eslint flat configuration
|
|
32
34
|
- Support overrides for built-in configurations
|
|
33
35
|
- `rules`
|
|
@@ -143,6 +145,7 @@ The following built-in preset configurations are supported:
|
|
|
143
145
|
| `markdown` | [`@eslint/markdown`](https://www.npmjs.com/package/@eslint/markdown), [`eslint-plugin-markdown-preferences`](https://github.com/ota-meshi/eslint-plugin-markdown-preferences) | yes |
|
|
144
146
|
| `css` | [`@eslint/css`](https://www.npmjs.com/package/@eslint/css) | yes |
|
|
145
147
|
| `html` | [`@html-eslint/eslint-plugin`](https://www.npmjs.com/package/@html-eslint/eslint-plugin) | yes |
|
|
148
|
+
| `deps` | [`eslint-plugin-barrel-files`](https://www.npmjs.com/package/eslint-plugin-barrel-files) | yes |
|
|
146
149
|
|
|
147
150
|
You can use `import` syntax:
|
|
148
151
|
|