@d-kuehn/eslint-config 31.5.0 → 31.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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -62,7 +62,7 @@ export default combine(
|
|
|
62
62
|
| --------------------------------------------------------------------------------------------------------- | ------------------------------ | ------------------------------------------------- |
|
|
63
63
|
| [jsxA11y() v6.10.2](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | A11Y | `.jsx`, `.tsx`, `.astro` |
|
|
64
64
|
| [importX() v4.16.1](https://github.com/un-ts/eslint-plugin-import-x) | ES6+ import/export syntax | All JavaScript/TypeScript files, `.vue` |
|
|
65
|
-
| [jsdoc() v61.4.
|
|
65
|
+
| [jsdoc() v61.4.1](https://github.com/gajus/eslint-plugin-jsdoc) | JSDoc comments validation | All JavaScript/TypeScript files |
|
|
66
66
|
| [jsonc() v2.21.0](https://github.com/ota-meshi/eslint-plugin-jsonc) | JSON validation and formatting | `.json`, `.jsonc`, `.json5` |
|
|
67
67
|
| [regexp() v2.10.0](https://github.com/ota-meshi/eslint-plugin-regexp) | Regular expressions validation | All JavaScript/TypeScript files, `.vue` |
|
|
68
68
|
| [unicorn() v62.0.0](https://github.com/sindresorhus/eslint-plugin-unicorn) | Additional JavaScript rules | All JavaScript/TypeScript files, `.vue`, `.astro` |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d-kuehn/eslint-config",
|
|
3
|
-
"version": "31.5.
|
|
3
|
+
"version": "31.5.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"eslint-plugin-astro": "1.5.0",
|
|
41
41
|
"eslint-plugin-better-tailwindcss": "3.7.11",
|
|
42
42
|
"eslint-plugin-import-x": "4.16.1",
|
|
43
|
-
"eslint-plugin-jsdoc": "61.4.
|
|
43
|
+
"eslint-plugin-jsdoc": "61.4.1",
|
|
44
44
|
"eslint-plugin-jsonc": "2.21.0",
|
|
45
45
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
46
46
|
"eslint-plugin-perfectionist": "4.15.1",
|