@d-kuehn/eslint-config 16.1.5 → 16.2.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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -52,7 +52,7 @@ export default combine(
|
|
|
52
52
|
|
|
53
53
|
| Configuration | Purpose | Targeted Files |
|
|
54
54
|
| ------------------------------------------------------------------------------------------------ | ------------------------------------------- | ------------------------------------------------- |
|
|
55
|
-
| [defaults() v9.
|
|
55
|
+
| [defaults() v9.29.0](https://github.com/eslint/eslint) | Base ESLint rules for JS/TS projects | All JavaScript/TypeScript files, `.vue` |
|
|
56
56
|
| [typescript() v8.34.1](https://github.com/typescript-eslint/typescript-eslint) | TypeScript-specific rules and type checking | `.ts`, `.tsx`, `.mts`, `.cts`, `.vue` |
|
|
57
57
|
| [stylistic() v4.4.1](https://github.com/eslint-stylistic/eslint-stylistic) | Code style and formatting rules | All JavaScript/TypeScript files, `.vue`, `.astro` |
|
|
58
58
|
|
package/dist/index.js
CHANGED
|
@@ -1090,7 +1090,7 @@ var typescript = async (options = {}) => {
|
|
|
1090
1090
|
...options?.ignores ? [...options.ignores] : []
|
|
1091
1091
|
]
|
|
1092
1092
|
})),
|
|
1093
|
-
// disable typecheck for js and jsx
|
|
1093
|
+
// disable typecheck for js and jsx file
|
|
1094
1094
|
{
|
|
1095
1095
|
...tsEslint.configs.disableTypeChecked,
|
|
1096
1096
|
files: [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d-kuehn/eslint-config",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.2.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@eslint/compat": "1.3.0",
|
|
31
|
-
"@eslint/js": "9.
|
|
31
|
+
"@eslint/js": "9.29.0",
|
|
32
32
|
"@stylistic/eslint-plugin": "4.4.1",
|
|
33
|
-
"@types/eslint-plugin-jsx-a11y": "
|
|
33
|
+
"@types/eslint-plugin-jsx-a11y": "6.10.0",
|
|
34
34
|
"@typescript-eslint/parser": "8.34.1",
|
|
35
35
|
"@vitest/eslint-plugin": "1.2.7",
|
|
36
36
|
"@vue/eslint-config-typescript": "14.5.0",
|
|
37
37
|
"astro-eslint-parser": "^1.2.2",
|
|
38
|
-
"eslint": "9.
|
|
38
|
+
"eslint": "9.29.0",
|
|
39
39
|
"eslint-flat-config-utils": "2.1.0",
|
|
40
40
|
"eslint-plugin-astro": "1.3.1",
|
|
41
41
|
"eslint-plugin-better-tailwindcss": "3.2.1",
|