@fabdeh/eslint-config 0.9.0 → 0.10.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 +115 -60
- package/dist/index.d.mts +1748 -449
- package/dist/index.mjs +327 -286
- package/package.json +59 -79
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fabdeh/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.10.0",
|
|
5
5
|
"description": "My personal eslint config preset",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Fabien Dehopré",
|
|
@@ -35,114 +35,94 @@
|
|
|
35
35
|
"files": [
|
|
36
36
|
"dist"
|
|
37
37
|
],
|
|
38
|
-
"engines": {
|
|
39
|
-
"node": "^20.19.0 || ^22.12.0 || ^24.0.0"
|
|
40
|
-
},
|
|
41
38
|
"peerDependencies": {
|
|
42
|
-
"
|
|
43
|
-
"eslint": "^
|
|
44
|
-
"eslint-plugin-
|
|
45
|
-
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
46
|
-
"eslint-plugin-format": "^1.0.2",
|
|
47
|
-
"prettier-plugin-slidev": "^1.0.5"
|
|
39
|
+
"eslint": "^9.38.0 || ^10.0.0",
|
|
40
|
+
"eslint-plugin-better-tailwindcss": "^4.3.2",
|
|
41
|
+
"eslint-plugin-erasable-syntax-only": "^0.4.0"
|
|
48
42
|
},
|
|
49
43
|
"peerDependenciesMeta": {
|
|
50
|
-
"@prettier/plugin-xml": {
|
|
51
|
-
"optional": true
|
|
52
|
-
},
|
|
53
44
|
"eslint-plugin-better-tailwindcss": {
|
|
54
45
|
"optional": true
|
|
55
46
|
},
|
|
56
47
|
"eslint-plugin-erasable-syntax-only": {
|
|
57
48
|
"optional": true
|
|
58
|
-
},
|
|
59
|
-
"eslint-plugin-format": {
|
|
60
|
-
"optional": true
|
|
61
|
-
},
|
|
62
|
-
"prettier-plugin-slidev": {
|
|
63
|
-
"optional": true
|
|
64
49
|
}
|
|
65
50
|
},
|
|
66
51
|
"dependencies": {
|
|
67
52
|
"@antfu/install-pkg": "^1.1.0",
|
|
68
|
-
"@clack/prompts": "^1.
|
|
69
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.
|
|
70
|
-
"@eslint/
|
|
71
|
-
"@eslint
|
|
72
|
-
"@
|
|
73
|
-
"@
|
|
74
|
-
"@typescript-eslint/
|
|
75
|
-
"@typescript-eslint/
|
|
76
|
-
"@
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"eslint-config-
|
|
80
|
-
"eslint-flat-config-utils": "^3.0.0",
|
|
53
|
+
"@clack/prompts": "^1.1.0",
|
|
54
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
55
|
+
"@eslint/markdown": "^8.0.0",
|
|
56
|
+
"@ngrx/eslint-plugin": "^21.1.0",
|
|
57
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
58
|
+
"@typescript-eslint/eslint-plugin": "^8.57.2",
|
|
59
|
+
"@typescript-eslint/parser": "^8.57.2",
|
|
60
|
+
"@typescript-eslint/utils": "^8.57.2",
|
|
61
|
+
"@vitest/eslint-plugin": "^1.6.13",
|
|
62
|
+
"angular-eslint": "^21.3.1",
|
|
63
|
+
"eslint-config-flat-gitignore": "^2.3.0",
|
|
64
|
+
"eslint-flat-config-utils": "^3.0.2",
|
|
81
65
|
"eslint-merge-processors": "^2.0.0",
|
|
82
|
-
"eslint-plugin-import-x": "^4.16.
|
|
66
|
+
"eslint-plugin-import-x": "^4.16.2",
|
|
83
67
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
84
|
-
"eslint-plugin-jsdoc": "^62.
|
|
85
|
-
"eslint-plugin-jsonc": "^
|
|
86
|
-
"eslint-plugin-n": "^17.
|
|
87
|
-
"eslint-plugin-perfectionist": "^5.
|
|
88
|
-
"eslint-plugin-
|
|
68
|
+
"eslint-plugin-jsdoc": "^62.8.1",
|
|
69
|
+
"eslint-plugin-jsonc": "^3.1.2",
|
|
70
|
+
"eslint-plugin-n": "^17.24.0",
|
|
71
|
+
"eslint-plugin-perfectionist": "^5.7.0",
|
|
72
|
+
"eslint-plugin-playwright": "^2.10.1",
|
|
73
|
+
"eslint-plugin-pnpm": "^1.6.0",
|
|
89
74
|
"eslint-plugin-prefer-arrow-functions": "^3.9.1",
|
|
90
|
-
"eslint-plugin-regexp": "^3.
|
|
91
|
-
"eslint-plugin-testing-library": "^7.
|
|
92
|
-
"eslint-plugin-toml": "^1.
|
|
93
|
-
"eslint-plugin-unicorn": "^
|
|
94
|
-
"eslint-plugin-unused-imports": "^4.
|
|
95
|
-
"eslint-plugin-yml": "^3.
|
|
96
|
-
"
|
|
97
|
-
"
|
|
75
|
+
"eslint-plugin-regexp": "^3.1.0",
|
|
76
|
+
"eslint-plugin-testing-library": "^7.16.2",
|
|
77
|
+
"eslint-plugin-toml": "^1.3.1",
|
|
78
|
+
"eslint-plugin-unicorn": "^64.0.0",
|
|
79
|
+
"eslint-plugin-unused-imports": "^4.4.1",
|
|
80
|
+
"eslint-plugin-yml": "^3.3.1",
|
|
81
|
+
"glob": "^13.0.6",
|
|
82
|
+
"globals": "^17.4.0",
|
|
83
|
+
"jsonc-eslint-parser": "^3.1.0",
|
|
98
84
|
"local-pkg": "^1.1.2",
|
|
99
|
-
"typescript-eslint": "^8.
|
|
85
|
+
"typescript-eslint": "^8.57.2",
|
|
100
86
|
"yaml-eslint-parser": "^2.0.0"
|
|
101
87
|
},
|
|
102
88
|
"devDependencies": {
|
|
103
|
-
"@angular/core": "^21.
|
|
89
|
+
"@angular/core": "^21.2.6",
|
|
104
90
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
105
|
-
"@commitlint/cli": "^20.
|
|
106
|
-
"@commitlint/config-conventional": "^20.
|
|
107
|
-
"@commitlint/cz-commitlint": "^20.
|
|
108
|
-
"@commitlint/lint": "^20.
|
|
109
|
-
"@commitlint/load": "^20.
|
|
110
|
-
"@ngrx/effects": "^21.0
|
|
111
|
-
"@ngrx/operators": "^21.0
|
|
112
|
-
"@ngrx/signals": "^21.0
|
|
113
|
-
"@ngrx/store": "^21.0
|
|
114
|
-
"@
|
|
115
|
-
"@testing-library/angular": "^19.0.0",
|
|
91
|
+
"@commitlint/cli": "^20.5.0",
|
|
92
|
+
"@commitlint/config-conventional": "^20.5.0",
|
|
93
|
+
"@commitlint/cz-commitlint": "^20.5.0",
|
|
94
|
+
"@commitlint/lint": "^20.5.0",
|
|
95
|
+
"@commitlint/load": "^20.5.0",
|
|
96
|
+
"@ngrx/effects": "^21.1.0",
|
|
97
|
+
"@ngrx/operators": "^21.1.0",
|
|
98
|
+
"@ngrx/signals": "^21.1.0",
|
|
99
|
+
"@ngrx/store": "^21.1.0",
|
|
100
|
+
"@testing-library/angular": "^19.2.1",
|
|
116
101
|
"@testing-library/jest-dom": "^6.9.1",
|
|
117
102
|
"@types/fs-extra": "^11.0.4",
|
|
118
|
-
"@types/node": "^
|
|
119
|
-
"@vitest/coverage-v8": "^4.
|
|
120
|
-
"bumpp": "^
|
|
103
|
+
"@types/node": "^24.12.0",
|
|
104
|
+
"@vitest/coverage-v8": "^4.1.2",
|
|
105
|
+
"bumpp": "^11.0.1",
|
|
121
106
|
"changelogithub": "^14.0.0",
|
|
122
107
|
"commitizen": "^4.3.1",
|
|
123
|
-
"eslint": "^
|
|
124
|
-
"eslint-plugin-better-tailwindcss": "^4.
|
|
108
|
+
"eslint": "^10.1.0",
|
|
109
|
+
"eslint-plugin-better-tailwindcss": "^4.3.2",
|
|
125
110
|
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
126
|
-
"eslint-
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"fast-glob": "^3.3.3",
|
|
130
|
-
"fs-extra": "^11.3.2",
|
|
111
|
+
"eslint-typegen": "^2.3.1",
|
|
112
|
+
"execa": "^9.6.1",
|
|
113
|
+
"fs-extra": "^11.3.4",
|
|
131
114
|
"is-ci": "^4.1.0",
|
|
132
115
|
"jiti": "^2.6.1",
|
|
133
116
|
"nano-staged": "^0.9.0",
|
|
134
|
-
"
|
|
135
|
-
"semver": "^7.7.
|
|
117
|
+
"playwright": "^1.58.2",
|
|
118
|
+
"semver": "^7.7.4",
|
|
136
119
|
"simple-git-hooks": "^2.13.1",
|
|
137
|
-
"tailwindcss": "^4.
|
|
138
|
-
"tsdown": "^0.
|
|
139
|
-
"tsx": "^4.
|
|
120
|
+
"tailwindcss": "^4.2.2",
|
|
121
|
+
"tsdown": "^0.21.6",
|
|
122
|
+
"tsx": "^4.21.0",
|
|
140
123
|
"typescript": "^5.9.3",
|
|
141
|
-
"vitest": "^4.
|
|
142
|
-
"@fabdeh/eslint-config": "0.
|
|
143
|
-
},
|
|
144
|
-
"resolutions": {
|
|
145
|
-
"eslint": "catalog:peer"
|
|
124
|
+
"vitest": "^4.1.2",
|
|
125
|
+
"@fabdeh/eslint-config": "0.10.0"
|
|
146
126
|
},
|
|
147
127
|
"simple-git-hooks": {
|
|
148
128
|
"pre-commit": "pnpm nano-staged",
|