@fabdeh/eslint-config 0.7.0 → 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/package.json +93 -96
package/package.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fabdeh/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.7.
|
|
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é",
|
|
@@ -39,29 +38,13 @@
|
|
|
39
38
|
"engines": {
|
|
40
39
|
"node": "^20.19.0 || ^22.12.0 || ^24.0.0"
|
|
41
40
|
},
|
|
42
|
-
"scripts": {
|
|
43
|
-
"build": "pnpm gen && tsdown",
|
|
44
|
-
"build:ci": "tsdown",
|
|
45
|
-
"build:inspector": "pnpm build && pnpx @eslint/config-inspector build",
|
|
46
|
-
"dev": "pnpx @eslint/config-inspector --config eslint.config.js",
|
|
47
|
-
"check-exports": "attw --pack . --profile esm-only",
|
|
48
|
-
"preinstall": "npx only-allow pnpm",
|
|
49
|
-
"prepare": "is-ci || simple-git-hooks",
|
|
50
|
-
"commit": "git-cz",
|
|
51
|
-
"lint": "pnpm build && eslint . --fix",
|
|
52
|
-
"lint:ci": "eslint . --quiet",
|
|
53
|
-
"prepack": "pnpm build",
|
|
54
|
-
"release": "bumpp && npm publish",
|
|
55
|
-
"typecheck": "tsc --noEmit",
|
|
56
|
-
"gen": "tsx scripts/typegen.ts"
|
|
57
|
-
},
|
|
58
41
|
"peerDependencies": {
|
|
59
|
-
"@prettier/plugin-xml": "
|
|
60
|
-
"eslint": "
|
|
61
|
-
"eslint-plugin-better-tailwindcss": "
|
|
62
|
-
"eslint-plugin-erasable-syntax-only": "
|
|
63
|
-
"eslint-plugin-format": "
|
|
64
|
-
"prettier-plugin-slidev": "
|
|
42
|
+
"@prettier/plugin-xml": "^3.4.2",
|
|
43
|
+
"eslint": "^9.33.0",
|
|
44
|
+
"eslint-plugin-better-tailwindcss": "^3.7.4",
|
|
45
|
+
"eslint-plugin-erasable-syntax-only": "^0.3.1",
|
|
46
|
+
"eslint-plugin-format": "^1.0.1",
|
|
47
|
+
"prettier-plugin-slidev": "^1.0.5"
|
|
65
48
|
},
|
|
66
49
|
"peerDependenciesMeta": {
|
|
67
50
|
"@prettier/plugin-xml": {
|
|
@@ -81,79 +64,79 @@
|
|
|
81
64
|
}
|
|
82
65
|
},
|
|
83
66
|
"dependencies": {
|
|
84
|
-
"@antfu/install-pkg": "
|
|
85
|
-
"@clack/prompts": "
|
|
86
|
-
"@eslint-community/eslint-plugin-eslint-comments": "
|
|
87
|
-
"@eslint/js": "
|
|
88
|
-
"@eslint/markdown": "
|
|
89
|
-
"@ngrx/eslint-plugin": "
|
|
90
|
-
"@stylistic/eslint-plugin": "
|
|
91
|
-
"@typescript-eslint/eslint-plugin": "
|
|
92
|
-
"@typescript-eslint/parser": "
|
|
93
|
-
"@typescript-eslint/utils": "
|
|
94
|
-
"@vitest/eslint-plugin": "
|
|
95
|
-
"angular-eslint": "
|
|
96
|
-
"eslint-config-flat-gitignore": "
|
|
97
|
-
"eslint-flat-config-utils": "
|
|
98
|
-
"eslint-merge-processors": "
|
|
99
|
-
"eslint-plugin-import-x": "
|
|
100
|
-
"eslint-plugin-jest-dom": "
|
|
101
|
-
"eslint-plugin-jsdoc": "
|
|
102
|
-
"eslint-plugin-jsonc": "
|
|
103
|
-
"eslint-plugin-n": "
|
|
104
|
-
"eslint-plugin-perfectionist": "
|
|
105
|
-
"eslint-plugin-pnpm": "
|
|
106
|
-
"eslint-plugin-prefer-arrow-functions": "
|
|
107
|
-
"eslint-plugin-regexp": "
|
|
108
|
-
"eslint-plugin-testing-library": "
|
|
109
|
-
"eslint-plugin-toml": "
|
|
110
|
-
"eslint-plugin-unicorn": "
|
|
111
|
-
"eslint-plugin-unused-imports": "
|
|
112
|
-
"eslint-plugin-yml": "
|
|
113
|
-
"globals": "
|
|
114
|
-
"jsonc-eslint-parser": "
|
|
115
|
-
"local-pkg": "
|
|
116
|
-
"toml-eslint-parser": "
|
|
117
|
-
"typescript-eslint": "
|
|
118
|
-
"yaml-eslint-parser": "
|
|
67
|
+
"@antfu/install-pkg": "^1.1.0",
|
|
68
|
+
"@clack/prompts": "^0.11.0",
|
|
69
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
70
|
+
"@eslint/js": "^9.33.0",
|
|
71
|
+
"@eslint/markdown": "^7.1.0",
|
|
72
|
+
"@ngrx/eslint-plugin": "^20.0.0",
|
|
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",
|
|
77
|
+
"@vitest/eslint-plugin": "^1.3.4",
|
|
78
|
+
"angular-eslint": "^20.1.1",
|
|
79
|
+
"eslint-config-flat-gitignore": "^2.1.0",
|
|
80
|
+
"eslint-flat-config-utils": "^2.1.1",
|
|
81
|
+
"eslint-merge-processors": "^2.0.0",
|
|
82
|
+
"eslint-plugin-import-x": "^4.16.1",
|
|
83
|
+
"eslint-plugin-jest-dom": "^5.5.0",
|
|
84
|
+
"eslint-plugin-jsdoc": "^52.0.4",
|
|
85
|
+
"eslint-plugin-jsonc": "^2.20.1",
|
|
86
|
+
"eslint-plugin-n": "^17.21.3",
|
|
87
|
+
"eslint-plugin-perfectionist": "^4.15.0",
|
|
88
|
+
"eslint-plugin-pnpm": "^1.1.0",
|
|
89
|
+
"eslint-plugin-prefer-arrow-functions": "^3.6.2",
|
|
90
|
+
"eslint-plugin-regexp": "^2.10.0",
|
|
91
|
+
"eslint-plugin-testing-library": "^7.6.3",
|
|
92
|
+
"eslint-plugin-toml": "^0.12.0",
|
|
93
|
+
"eslint-plugin-unicorn": "^60.0.0",
|
|
94
|
+
"eslint-plugin-unused-imports": "^4.1.4",
|
|
95
|
+
"eslint-plugin-yml": "^1.18.0",
|
|
96
|
+
"globals": "^16.3.0",
|
|
97
|
+
"jsonc-eslint-parser": "^2.4.0",
|
|
98
|
+
"local-pkg": "^1.1.1",
|
|
99
|
+
"toml-eslint-parser": "^0.10.0",
|
|
100
|
+
"typescript-eslint": "^8.39.0",
|
|
101
|
+
"yaml-eslint-parser": "^1.3.0"
|
|
119
102
|
},
|
|
120
103
|
"devDependencies": {
|
|
121
|
-
"@angular/core": "
|
|
122
|
-
"@arethetypeswrong/cli": "
|
|
123
|
-
"@commitlint/cli": "
|
|
124
|
-
"@commitlint/config-conventional": "
|
|
125
|
-
"@commitlint/cz-commitlint": "
|
|
126
|
-
"@
|
|
127
|
-
"@ngrx/
|
|
128
|
-
"@ngrx/
|
|
129
|
-
"@ngrx/
|
|
130
|
-
"@
|
|
131
|
-
"@
|
|
132
|
-
"@testing-library/
|
|
133
|
-
"@
|
|
134
|
-
"@types/
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"eslint": "
|
|
140
|
-
"eslint-plugin-
|
|
141
|
-
"eslint-plugin-
|
|
142
|
-
"eslint-
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
104
|
+
"@angular/core": "^20.1.6",
|
|
105
|
+
"@arethetypeswrong/cli": "^0.18.2",
|
|
106
|
+
"@commitlint/cli": "^19.8.1",
|
|
107
|
+
"@commitlint/config-conventional": "^19.8.1",
|
|
108
|
+
"@commitlint/cz-commitlint": "^19.8.1",
|
|
109
|
+
"@ngrx/effects": "^20.0.0",
|
|
110
|
+
"@ngrx/operators": "^20.0.0",
|
|
111
|
+
"@ngrx/signals": "^20.0.0",
|
|
112
|
+
"@ngrx/store": "^20.0.0",
|
|
113
|
+
"@prettier/plugin-xml": "^3.4.2",
|
|
114
|
+
"@testing-library/angular": "^18.0.0",
|
|
115
|
+
"@testing-library/jest-dom": "^6.6.4",
|
|
116
|
+
"@types/fs-extra": "^11.0.4",
|
|
117
|
+
"@types/node": "^22.17.1",
|
|
118
|
+
"bumpp": "^10.2.2",
|
|
119
|
+
"changelogithub": "^13.16.0",
|
|
120
|
+
"commitizen": "^4.3.1",
|
|
121
|
+
"eslint": "^9.33.0",
|
|
122
|
+
"eslint-plugin-better-tailwindcss": "^3.7.4",
|
|
123
|
+
"eslint-plugin-erasable-syntax-only": "^0.3.1",
|
|
124
|
+
"eslint-plugin-format": "^1.0.1",
|
|
125
|
+
"eslint-typegen": "^2.3.0",
|
|
126
|
+
"execa": "^9.6.0",
|
|
127
|
+
"fast-glob": "^3.3.3",
|
|
128
|
+
"fs-extra": "^11.3.1",
|
|
129
|
+
"is-ci": "^4.1.0",
|
|
130
|
+
"jiti": "^2.5.1",
|
|
131
|
+
"nano-staged": "^0.8.0",
|
|
132
|
+
"prettier-plugin-slidev": "^1.0.5",
|
|
133
|
+
"simple-git-hooks": "^2.13.1",
|
|
134
|
+
"tailwindcss": "^4.1.11",
|
|
135
|
+
"tsdown": "^0.14.1",
|
|
136
|
+
"tsx": "^4.20.3",
|
|
137
|
+
"typescript": "~5.8.3",
|
|
138
|
+
"vitest": "^3.2.4",
|
|
139
|
+
"@fabdeh/eslint-config": "0.7.1"
|
|
157
140
|
},
|
|
158
141
|
"resolutions": {
|
|
159
142
|
"eslint": "catalog:peer"
|
|
@@ -169,5 +152,19 @@
|
|
|
169
152
|
"commitizen": {
|
|
170
153
|
"path": "@commitlint/cz-commitlint"
|
|
171
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"
|
|
172
169
|
}
|
|
173
|
-
}
|
|
170
|
+
}
|