@ffflorian/eslint-config 0.12.0 → 0.12.2
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/index.ts +1 -0
- package/package.json +5 -2
- package/CHANGELOG.md +0 -385
- package/tsconfig.json +0 -19
package/index.ts
CHANGED
package/package.json
CHANGED
|
@@ -24,6 +24,9 @@
|
|
|
24
24
|
"typescript": "5.9.3",
|
|
25
25
|
"typescript-eslint": "8.54.0"
|
|
26
26
|
},
|
|
27
|
+
"files": [
|
|
28
|
+
"index.ts"
|
|
29
|
+
],
|
|
27
30
|
"keywords": [
|
|
28
31
|
"eslint",
|
|
29
32
|
"eslintconfig"
|
|
@@ -48,6 +51,6 @@
|
|
|
48
51
|
"lint": "eslint -c index.ts ."
|
|
49
52
|
},
|
|
50
53
|
"repository": "https://github.com/ffflorian/config",
|
|
51
|
-
"version": "0.12.
|
|
52
|
-
"gitHead": "
|
|
54
|
+
"version": "0.12.2",
|
|
55
|
+
"gitHead": "4d62594df28fb2d03a84fe130fd830ef13688970"
|
|
53
56
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,385 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# 0.12.0 (2026-01-30)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* **eslint-config:** Add new flat configuration ([6daa64f](https://github.com/ffflorian/config/commit/6daa64f64a322831fd50ecc771ed3deb979b2e64))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### BREAKING CHANGES
|
|
15
|
-
|
|
16
|
-
* **eslint-config:** Now requires eslint >= 9.39 and typescript
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 0.11.1 (2026-01-09)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Bug Fixes
|
|
26
|
-
|
|
27
|
-
* Release ([90cde23](https://github.com/ffflorian/config/commit/90cde23c333d29f7613eb7dd59d990d139c4631c))
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
# 0.11.0 (2026-01-06)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
### Features
|
|
37
|
-
|
|
38
|
-
* Remove typescript-config ([12608dd](https://github.com/ffflorian/config/commit/12608ddc926c2cb6ba05dd0b81c4793489886689))
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
## 0.10.3 (2024-05-26)
|
|
45
|
-
|
|
46
|
-
**Note:** Version bump only for package @ffflorian/eslint-config
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
## 0.10.2 (2024-01-17)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
### Bug Fixes
|
|
56
|
-
|
|
57
|
-
* Update lerna configuration ([04609ff](https://github.com/ffflorian/config/commit/04609ffdd359679f451ae0668df455b6057c5e3d))
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
## 0.10.1 (2023-04-10)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
### Bug Fixes
|
|
67
|
-
|
|
68
|
-
* **semantic-release-config:** Remove publish-flat peer dependency ([0c0ae1e](https://github.com/ffflorian/config/commit/0c0ae1eca00c7572e4aade89b79bb4ba0024c38d))
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
# 0.10.0 (2023-04-09)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
### Features
|
|
78
|
-
|
|
79
|
-
* **semantic-release-config:** Don't release from flattened anymore ([35f6dfb](https://github.com/ffflorian/config/commit/35f6dfba7b2bf8d3d18888845dbfe9dafa280a96))
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
## 0.9.1 (2023-02-21)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
### Bug Fixes
|
|
89
|
-
|
|
90
|
-
* **eslint-config:** Update readme instructions ([1369c28](https://github.com/ffflorian/config/commit/1369c28e4e33cc610a1214961359e75b46032f5b))
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
# 0.9.0 (2023-02-21)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
### Features
|
|
100
|
-
|
|
101
|
-
* **eslint-config:** Use new eslint-parser ([213c145](https://github.com/ffflorian/config/commit/213c145b32b3221d8dd3082c860c1f21f4fa0e29))
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
## 0.8.3 (2022-08-31)
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
### Bug Fixes
|
|
111
|
-
|
|
112
|
-
* **eslint-config:** Update peer dependencies ([ac4c51a](https://github.com/ffflorian/config/commit/ac4c51af63520d087d03c7d2abd2128ee415b726))
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
## 0.8.2 (2022-04-27)
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
### Bug Fixes
|
|
122
|
-
|
|
123
|
-
* **eslint-config:** Use @typescript-eslint/no-unused-vars ([8c8623b](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/8c8623b724999980c6519d38db2f355240de4260))
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
## [0.8.1](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.8.0...@ffflorian/eslint-config@0.8.1) (2021-03-31)
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
### Bug Fixes
|
|
133
|
-
|
|
134
|
-
* **eslint-config:** Correct dependency name ([0dbba9d](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/0dbba9dbd7706e661b1edaa93a8c9ea9122f0000))
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
# [0.8.0](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.7.1...@ffflorian/eslint-config@0.8.0) (2021-03-30)
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
### Features
|
|
144
|
-
|
|
145
|
-
* **eslint-config:** Add no-unused-vars ([91e71c0](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/91e71c0ca549d5b8138f8524e8966b140c846e3c))
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
## [0.7.1](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.7.0...@ffflorian/eslint-config@0.7.1) (2021-03-30)
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
### Bug Fixes
|
|
155
|
-
|
|
156
|
-
* **eslint-config:** Add eslint-plugin-unused-import as peerDependency ([cc3afee](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/cc3afee91c00b9c35c2a30ede656d2a1f8ebf910))
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
# [0.7.0](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.6.2...@ffflorian/eslint-config@0.7.0) (2021-03-30)
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
### Features
|
|
166
|
-
|
|
167
|
-
* **eslint-config:** Add unused-imports plugin ([1c8ef07](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/1c8ef070bb143e7782efefa30fb2c47d83758117))
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
## [0.6.2](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.6.1...@ffflorian/eslint-config@0.6.2) (2020-08-11)
|
|
174
|
-
|
|
175
|
-
**Note:** Version bump only for package @ffflorian/eslint-config
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
## [0.6.1](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.6.0...@ffflorian/eslint-config@0.6.1) (2020-07-21)
|
|
182
|
-
|
|
183
|
-
**Note:** Version bump only for package @ffflorian/eslint-config
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
# [0.6.0](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.5.1...@ffflorian/eslint-config@0.6.0) (2020-07-03)
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
### Features
|
|
193
|
-
|
|
194
|
-
* Switch to new main branch ([f841d3e](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/f841d3e))
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
## [0.5.1](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.5.0...@ffflorian/eslint-config@0.5.1) (2020-05-17)
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
### Bug Fixes
|
|
204
|
-
|
|
205
|
-
* **eslint-config:** Array-type default ([8929ad9](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/8929ad9))
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
# [0.5.0](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.4.1...@ffflorian/eslint-config@0.5.0) (2020-05-15)
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
### Features
|
|
215
|
-
|
|
216
|
-
* **eslint:** Add no-inferrable-types, use simple array style ([107387f](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/107387f))
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
## [0.4.1](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.4.0...@ffflorian/eslint-config@0.4.1) (2020-05-14)
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
### Bug Fixes
|
|
226
|
-
|
|
227
|
-
* **eslint-config:** Allow template literals for quotes ([e919bc4](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/e919bc4))
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
# [0.4.0](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.3.3...@ffflorian/eslint-config@0.4.0) (2020-05-13)
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
### Features
|
|
237
|
-
|
|
238
|
-
* **eslint-config:** Add quotes rule ([0090f70](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/0090f70))
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
## [0.3.3](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.3.2...@ffflorian/eslint-config@0.3.3) (2020-05-10)
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
### Bug Fixes
|
|
248
|
-
|
|
249
|
-
* **eslint-config:** Add _ as valid parameter name ([fd67d5e](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/fd67d5e))
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
## [0.3.2](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.3.1...@ffflorian/eslint-config@0.3.2) (2020-05-10)
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
### Bug Fixes
|
|
259
|
-
|
|
260
|
-
* **eslint-config:** Remove no-dupe-class-members ([029ad1c](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/029ad1c))
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
## [0.3.1](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.3.0...@ffflorian/eslint-config@0.3.1) (2020-05-10)
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
### Bug Fixes
|
|
270
|
-
|
|
271
|
-
* **eslint-config:** Add missing peerDependencies ([146b966](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/146b966))
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
# [0.3.0](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.2.1...@ffflorian/eslint-config@0.3.0) (2020-05-10)
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
### Features
|
|
281
|
-
|
|
282
|
-
* **eslint-config:** Add TypeScript config ([#107](https://github.com/ffflorian/config/tree/main/packages/eslint-config/issues/107)) ([c039f31](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/c039f31))
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
## [0.2.1](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.2.0...@ffflorian/eslint-config@0.2.1) (2020-01-03)
|
|
289
|
-
|
|
290
|
-
**Note:** Version bump only for package @ffflorian/eslint-config
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
# [0.2.0](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.1.2...@ffflorian/eslint-config@0.2.0) (2019-06-21)
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
### Features
|
|
300
|
-
|
|
301
|
-
* **eslint-config,tslint-config:** Disallow trailing whitespace ([#23](https://github.com/ffflorian/config/tree/main/packages/eslint-config/issues/23)) ([b816fe1](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/b816fe1))
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
## [0.1.2](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.1.1...@ffflorian/eslint-config@0.1.2) (2019-05-23)
|
|
308
|
-
|
|
309
|
-
**Note:** Version bump only for package @ffflorian/eslint-config
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
## [0.1.1](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.1.0...@ffflorian/eslint-config@0.1.1) (2019-05-15)
|
|
316
|
-
|
|
317
|
-
**Note:** Version bump only for package @ffflorian/eslint-config
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
# [0.1.0](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.0.7...@ffflorian/eslint-config@0.1.0) (2019-05-01)
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
### Features
|
|
327
|
-
|
|
328
|
-
* Move dependencies to peerDependencies ([c60357e](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/c60357e))
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
## [0.0.7](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.0.6...@ffflorian/eslint-config@0.0.7) (2019-04-26)
|
|
335
|
-
|
|
336
|
-
**Note:** Version bump only for package @ffflorian/eslint-config
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
## [0.0.6](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.0.5...@ffflorian/eslint-config@0.0.6) (2019-04-15)
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
### Bug Fixes
|
|
346
|
-
|
|
347
|
-
* **eslint-config:** No space before function parens ([69e6aaf](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/69e6aaf))
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
## [0.0.5](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.0.4...@ffflorian/eslint-config@0.0.5) (2019-04-15)
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
### Bug Fixes
|
|
357
|
-
|
|
358
|
-
* **eslint-config:** Extend from prettier ([#3](https://github.com/ffflorian/config/tree/main/packages/eslint-config/issues/3)) ([a74a37a](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/a74a37a))
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
## [0.0.4](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.0.3...@ffflorian/eslint-config@0.0.4) (2019-04-15)
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
### Bug Fixes
|
|
368
|
-
|
|
369
|
-
* **eslint-config:** Rename json file ([7806298](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/7806298))
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
## [0.0.3](https://github.com/ffflorian/config/tree/main/packages/eslint-config/compare/@ffflorian/eslint-config@0.0.2...@ffflorian/eslint-config@0.0.3) (2019-04-15)
|
|
376
|
-
|
|
377
|
-
**Note:** Version bump only for package @ffflorian/eslint-config
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
## 0.0.2 (2019-04-15)
|
|
384
|
-
|
|
385
|
-
**Note:** Version bump only for package @ffflorian/eslint-config
|
package/tsconfig.json
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"alwaysStrict": true,
|
|
4
|
-
"declaration": true,
|
|
5
|
-
"forceConsistentCasingInFileNames": true,
|
|
6
|
-
"lib": ["ESNext", "DOM"],
|
|
7
|
-
"module": "nodenext",
|
|
8
|
-
"moduleResolution": "nodenext",
|
|
9
|
-
"noEmitOnError": true,
|
|
10
|
-
"noImplicitAny": true,
|
|
11
|
-
"noImplicitReturns": true,
|
|
12
|
-
"noImplicitThis": true,
|
|
13
|
-
"noUnusedLocals": true,
|
|
14
|
-
"sourceMap": false,
|
|
15
|
-
"strict": true,
|
|
16
|
-
"strictFunctionTypes": true,
|
|
17
|
-
"target": "es2018"
|
|
18
|
-
}
|
|
19
|
-
}
|