@fabdeh/eslint-config 0.6.4 → 0.7.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/dist/index.d.ts +15467 -0
- package/dist/index.js +2351 -0
- package/package.json +47 -48
- package/dist/index.d.mts +0 -872
- package/dist/index.mjs +0 -2069
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fabdeh/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
5
|
-
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
|
|
4
|
+
"version": "0.7.1",
|
|
6
5
|
"description": "My personal eslint config preset",
|
|
7
6
|
"author": {
|
|
8
7
|
"name": "Fabien Dehopré",
|
|
@@ -28,34 +27,21 @@
|
|
|
28
27
|
},
|
|
29
28
|
"sideEffects": false,
|
|
30
29
|
"exports": {
|
|
31
|
-
".": "./dist/index.
|
|
30
|
+
".": "./dist/index.js"
|
|
32
31
|
},
|
|
33
|
-
"main": "./dist/index.
|
|
34
|
-
"module": "./dist/index.
|
|
35
|
-
"types": "./dist/index.d.
|
|
32
|
+
"main": "./dist/index.js",
|
|
33
|
+
"module": "./dist/index.js",
|
|
34
|
+
"types": "./dist/index.d.ts",
|
|
36
35
|
"files": [
|
|
37
36
|
"dist"
|
|
38
37
|
],
|
|
39
38
|
"engines": {
|
|
40
|
-
"node": "^20.
|
|
41
|
-
},
|
|
42
|
-
"scripts": {
|
|
43
|
-
"build": "unbuild",
|
|
44
|
-
"build:inspector": "pnpm build && pnpx @eslint/config-inspector build",
|
|
45
|
-
"dev": "pnpx @eslint/config-inspector --config eslint.config.ts",
|
|
46
|
-
"preinstall": "npx only-allow pnpm",
|
|
47
|
-
"prepare": "is-ci || simple-git-hooks",
|
|
48
|
-
"commit": "git-cz",
|
|
49
|
-
"lint": "eslint . --fix",
|
|
50
|
-
"lint:check": "eslint . --quiet",
|
|
51
|
-
"prepack": "pnpm build",
|
|
52
|
-
"release": "bumpp && npm publish",
|
|
53
|
-
"typecheck": "tsc --noEmit"
|
|
39
|
+
"node": "^20.19.0 || ^22.12.0 || ^24.0.0"
|
|
54
40
|
},
|
|
55
41
|
"peerDependencies": {
|
|
56
42
|
"@prettier/plugin-xml": "^3.4.2",
|
|
57
|
-
"eslint": "^9.
|
|
58
|
-
"eslint-plugin-better-tailwindcss": "^3.7.
|
|
43
|
+
"eslint": "^9.33.0",
|
|
44
|
+
"eslint-plugin-better-tailwindcss": "^3.7.4",
|
|
59
45
|
"eslint-plugin-erasable-syntax-only": "^0.3.1",
|
|
60
46
|
"eslint-plugin-format": "^1.0.1",
|
|
61
47
|
"prettier-plugin-slidev": "^1.0.5"
|
|
@@ -81,13 +67,13 @@
|
|
|
81
67
|
"@antfu/install-pkg": "^1.1.0",
|
|
82
68
|
"@clack/prompts": "^0.11.0",
|
|
83
69
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
84
|
-
"@eslint/js": "^9.
|
|
70
|
+
"@eslint/js": "^9.33.0",
|
|
85
71
|
"@eslint/markdown": "^7.1.0",
|
|
86
72
|
"@ngrx/eslint-plugin": "^20.0.0",
|
|
87
|
-
"@stylistic/eslint-plugin": "^5.2.
|
|
88
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
89
|
-
"@typescript-eslint/parser": "^8.
|
|
90
|
-
"@typescript-eslint/utils": "^8.
|
|
73
|
+
"@stylistic/eslint-plugin": "^5.2.3",
|
|
74
|
+
"@typescript-eslint/eslint-plugin": "^8.39.0",
|
|
75
|
+
"@typescript-eslint/parser": "^8.39.0",
|
|
76
|
+
"@typescript-eslint/utils": "^8.39.0",
|
|
91
77
|
"@vitest/eslint-plugin": "^1.3.4",
|
|
92
78
|
"angular-eslint": "^20.1.1",
|
|
93
79
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
@@ -95,11 +81,13 @@
|
|
|
95
81
|
"eslint-merge-processors": "^2.0.0",
|
|
96
82
|
"eslint-plugin-import-x": "^4.16.1",
|
|
97
83
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
98
|
-
"eslint-plugin-jsdoc": "^52.0.
|
|
84
|
+
"eslint-plugin-jsdoc": "^52.0.4",
|
|
99
85
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
86
|
+
"eslint-plugin-n": "^17.21.3",
|
|
100
87
|
"eslint-plugin-perfectionist": "^4.15.0",
|
|
88
|
+
"eslint-plugin-pnpm": "^1.1.0",
|
|
101
89
|
"eslint-plugin-prefer-arrow-functions": "^3.6.2",
|
|
102
|
-
"eslint-plugin-regexp": "^2.
|
|
90
|
+
"eslint-plugin-regexp": "^2.10.0",
|
|
103
91
|
"eslint-plugin-testing-library": "^7.6.3",
|
|
104
92
|
"eslint-plugin-toml": "^0.12.0",
|
|
105
93
|
"eslint-plugin-unicorn": "^60.0.0",
|
|
@@ -109,52 +97,49 @@
|
|
|
109
97
|
"jsonc-eslint-parser": "^2.4.0",
|
|
110
98
|
"local-pkg": "^1.1.1",
|
|
111
99
|
"toml-eslint-parser": "^0.10.0",
|
|
112
|
-
"typescript-eslint": "^8.
|
|
100
|
+
"typescript-eslint": "^8.39.0",
|
|
113
101
|
"yaml-eslint-parser": "^1.3.0"
|
|
114
102
|
},
|
|
115
103
|
"devDependencies": {
|
|
116
|
-
"@angular/core": "^20.1.
|
|
104
|
+
"@angular/core": "^20.1.6",
|
|
105
|
+
"@arethetypeswrong/cli": "^0.18.2",
|
|
117
106
|
"@commitlint/cli": "^19.8.1",
|
|
118
107
|
"@commitlint/config-conventional": "^19.8.1",
|
|
119
108
|
"@commitlint/cz-commitlint": "^19.8.1",
|
|
120
|
-
"@fabdeh/eslint-config": "workspace:*",
|
|
121
109
|
"@ngrx/effects": "^20.0.0",
|
|
122
110
|
"@ngrx/operators": "^20.0.0",
|
|
123
111
|
"@ngrx/signals": "^20.0.0",
|
|
124
112
|
"@ngrx/store": "^20.0.0",
|
|
125
113
|
"@prettier/plugin-xml": "^3.4.2",
|
|
126
|
-
"@testing-library/angular": "^
|
|
114
|
+
"@testing-library/angular": "^18.0.0",
|
|
127
115
|
"@testing-library/jest-dom": "^6.6.4",
|
|
128
116
|
"@types/fs-extra": "^11.0.4",
|
|
129
|
-
"@types/node": "^22.17.
|
|
117
|
+
"@types/node": "^22.17.1",
|
|
130
118
|
"bumpp": "^10.2.2",
|
|
131
119
|
"changelogithub": "^13.16.0",
|
|
132
120
|
"commitizen": "^4.3.1",
|
|
133
|
-
"eslint": "^9.
|
|
134
|
-
"eslint-plugin-better-tailwindcss": "^3.7.
|
|
121
|
+
"eslint": "^9.33.0",
|
|
122
|
+
"eslint-plugin-better-tailwindcss": "^3.7.4",
|
|
135
123
|
"eslint-plugin-erasable-syntax-only": "^0.3.1",
|
|
136
124
|
"eslint-plugin-format": "^1.0.1",
|
|
125
|
+
"eslint-typegen": "^2.3.0",
|
|
137
126
|
"execa": "^9.6.0",
|
|
138
127
|
"fast-glob": "^3.3.3",
|
|
139
|
-
"fs-extra": "^11.3.
|
|
128
|
+
"fs-extra": "^11.3.1",
|
|
140
129
|
"is-ci": "^4.1.0",
|
|
141
130
|
"jiti": "^2.5.1",
|
|
142
131
|
"nano-staged": "^0.8.0",
|
|
143
132
|
"prettier-plugin-slidev": "^1.0.5",
|
|
144
133
|
"simple-git-hooks": "^2.13.1",
|
|
145
134
|
"tailwindcss": "^4.1.11",
|
|
135
|
+
"tsdown": "^0.14.1",
|
|
136
|
+
"tsx": "^4.20.3",
|
|
146
137
|
"typescript": "~5.8.3",
|
|
147
|
-
"
|
|
148
|
-
"
|
|
138
|
+
"vitest": "^3.2.4",
|
|
139
|
+
"@fabdeh/eslint-config": "0.7.1"
|
|
149
140
|
},
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"esbuild": ">=0.25.0"
|
|
153
|
-
},
|
|
154
|
-
"onlyBuiltDependencies": [
|
|
155
|
-
"esbuild",
|
|
156
|
-
"simple-git-hooks"
|
|
157
|
-
]
|
|
141
|
+
"resolutions": {
|
|
142
|
+
"eslint": "catalog:peer"
|
|
158
143
|
},
|
|
159
144
|
"simple-git-hooks": {
|
|
160
145
|
"pre-commit": "pnpm nano-staged",
|
|
@@ -167,5 +152,19 @@
|
|
|
167
152
|
"commitizen": {
|
|
168
153
|
"path": "@commitlint/cz-commitlint"
|
|
169
154
|
}
|
|
155
|
+
},
|
|
156
|
+
"scripts": {
|
|
157
|
+
"build": "pnpm gen && tsdown",
|
|
158
|
+
"build:ci": "tsdown",
|
|
159
|
+
"build:inspector": "pnpm build && pnpx @eslint/config-inspector build",
|
|
160
|
+
"dev": "pnpx @eslint/config-inspector --config eslint.config.js",
|
|
161
|
+
"check-exports": "attw --pack . --profile esm-only",
|
|
162
|
+
"preinstall": "npx only-allow pnpm",
|
|
163
|
+
"commit": "git-cz",
|
|
164
|
+
"lint": "pnpm build && eslint . --fix",
|
|
165
|
+
"lint:ci": "eslint . --quiet",
|
|
166
|
+
"release": "bumpp && pnpm publish",
|
|
167
|
+
"typecheck": "tsc --noEmit",
|
|
168
|
+
"gen": "tsx scripts/typegen.ts"
|
|
170
169
|
}
|
|
171
|
-
}
|
|
170
|
+
}
|