@ffflorian/eslint-config 0.14.0 → 0.14.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/CHANGELOG.md +539 -0
- package/README.md +24 -9
- package/package.json +5 -6
- package/tsconfig.json +20 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,539 @@
|
|
|
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.14.0 (2026-03-31)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **semantic-release-config,prettier-config:** Switch to JS config ([1b41c9e](https://github.com/ffflorian/config/commit/1b41c9e6518f4f155f9ce786214c16877db59320))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## 0.13.8 (2026-03-31)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **prettier-config:** Use https for schema URL ([cb86f25](https://github.com/ffflorian/config/commit/cb86f250d9f6ec7e1d0c06d3a1d7e87bc1046e19))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## 0.13.7 (2026-03-26)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* **deps:** Update sub-dependencies ([adeedf8](https://github.com/ffflorian/config/commit/adeedf8efe1cac347b44ef330cdc2aa6bbb739e0))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## 0.13.6 (2026-03-26)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
* **deps:** bump picomatch from 4.0.2 to 4.0.4 ([#441](https://github.com/ffflorian/config/issues/441)) ([59c1d95](https://github.com/ffflorian/config/commit/59c1d9521c6a21c2cf1914be7b8bb2a3a0598c3b))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## 0.13.5 (2026-03-24)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Bug Fixes
|
|
54
|
+
|
|
55
|
+
* Force release ([894344c](https://github.com/ffflorian/config/commit/894344c6c97da22564c25737ee4477852b6ed6d0))
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## 0.13.4 (2026-03-05)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Bug Fixes
|
|
65
|
+
|
|
66
|
+
* Force release ([4beb804](https://github.com/ffflorian/config/commit/4beb804824ca3b15b1f7a64c2459a2da35d1e420))
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
## 0.13.3 (2026-02-02)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Bug Fixes
|
|
76
|
+
|
|
77
|
+
* **eslint-config:** Don't move ts-eslint to extends ([e036e33](https://github.com/ffflorian/config/commit/e036e33de1e74f4059dac488e70cbc8341ad72be))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
## 0.13.2 (2026-02-02)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Bug Fixes
|
|
87
|
+
|
|
88
|
+
* **eslint-config:** Use extends, fix files ([0c6b8ab](https://github.com/ffflorian/config/commit/0c6b8abda5123a071d7f43d84429dd8123d3b5f5))
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## 0.13.1 (2026-02-02)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Bug Fixes
|
|
98
|
+
|
|
99
|
+
* Remove redundant peer dependencies ([b65c676](https://github.com/ffflorian/config/commit/b65c676f27f2126820a4a571b1ef2a1a1597faf6))
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
# 0.13.0 (2026-02-02)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
### Features
|
|
109
|
+
|
|
110
|
+
* **eslint-config-react:** Add eslint-config-react ([#416](https://github.com/ffflorian/config/issues/416)) ([61d2788](https://github.com/ffflorian/config/commit/61d2788da8cb861431e3e45aa40fa9e2e142bcc9))
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
## 0.12.4 (2026-01-30)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Bug Fixes
|
|
120
|
+
|
|
121
|
+
* **eslint-config:** Ignore .yarn dir ([d77469e](https://github.com/ffflorian/config/commit/d77469e59cc9c1a75aeb0dadc5f18d605f7e5ff5))
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
## 0.12.3 (2026-01-30)
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
### Bug Fixes
|
|
131
|
+
|
|
132
|
+
* **eslint-config:** Remove @typescript-eslint/no-undefined ([c239c55](https://github.com/ffflorian/config/commit/c239c55888fde924b08e17ce9742716a7f76e655))
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
## 0.12.2 (2026-01-30)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### Bug Fixes
|
|
142
|
+
|
|
143
|
+
* **eslint-config:** Add browser globals ([fc64300](https://github.com/ffflorian/config/commit/fc64300a30ba51f3231f97b5350c11d0591cd1c0))
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
## 0.12.1 (2026-01-30)
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
### Bug Fixes
|
|
153
|
+
|
|
154
|
+
* Publish only needed files ([a02e082](https://github.com/ffflorian/config/commit/a02e08243e93ca5e6be7bbf1339501cdf580d063))
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
# 0.12.0 (2026-01-30)
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
### Features
|
|
164
|
+
|
|
165
|
+
* **eslint-config:** Add new flat configuration ([6daa64f](https://github.com/ffflorian/config/commit/6daa64f64a322831fd50ecc771ed3deb979b2e64))
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
### BREAKING CHANGES
|
|
169
|
+
|
|
170
|
+
* **eslint-config:** Now requires eslint >= 9.39 and typescript
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
## 0.11.1 (2026-01-09)
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
### Bug Fixes
|
|
180
|
+
|
|
181
|
+
* Release ([90cde23](https://github.com/ffflorian/config/commit/90cde23c333d29f7613eb7dd59d990d139c4631c))
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
# 0.11.0 (2026-01-06)
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
### Features
|
|
191
|
+
|
|
192
|
+
* Remove typescript-config ([12608dd](https://github.com/ffflorian/config/commit/12608ddc926c2cb6ba05dd0b81c4793489886689))
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
## 0.10.3 (2024-05-26)
|
|
199
|
+
|
|
200
|
+
**Note:** Version bump only for package @ffflorian/eslint-config
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
## 0.10.2 (2024-01-17)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### Bug Fixes
|
|
210
|
+
|
|
211
|
+
* Update lerna configuration ([04609ff](https://github.com/ffflorian/config/commit/04609ffdd359679f451ae0668df455b6057c5e3d))
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
## 0.10.1 (2023-04-10)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
### Bug Fixes
|
|
221
|
+
|
|
222
|
+
* **semantic-release-config:** Remove publish-flat peer dependency ([0c0ae1e](https://github.com/ffflorian/config/commit/0c0ae1eca00c7572e4aade89b79bb4ba0024c38d))
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
# 0.10.0 (2023-04-09)
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Features
|
|
232
|
+
|
|
233
|
+
* **semantic-release-config:** Don't release from flattened anymore ([35f6dfb](https://github.com/ffflorian/config/commit/35f6dfba7b2bf8d3d18888845dbfe9dafa280a96))
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
## 0.9.1 (2023-02-21)
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
### Bug Fixes
|
|
243
|
+
|
|
244
|
+
* **eslint-config:** Update readme instructions ([1369c28](https://github.com/ffflorian/config/commit/1369c28e4e33cc610a1214961359e75b46032f5b))
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
# 0.9.0 (2023-02-21)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Features
|
|
254
|
+
|
|
255
|
+
* **eslint-config:** Use new eslint-parser ([213c145](https://github.com/ffflorian/config/commit/213c145b32b3221d8dd3082c860c1f21f4fa0e29))
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
## 0.8.3 (2022-08-31)
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
### Bug Fixes
|
|
265
|
+
|
|
266
|
+
* **eslint-config:** Update peer dependencies ([ac4c51a](https://github.com/ffflorian/config/commit/ac4c51af63520d087d03c7d2abd2128ee415b726))
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
## 0.8.2 (2022-04-27)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
### Bug Fixes
|
|
276
|
+
|
|
277
|
+
* **eslint-config:** Use @typescript-eslint/no-unused-vars ([8c8623b](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/8c8623b724999980c6519d38db2f355240de4260))
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
## [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)
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
### Bug Fixes
|
|
287
|
+
|
|
288
|
+
* **eslint-config:** Correct dependency name ([0dbba9d](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/0dbba9dbd7706e661b1edaa93a8c9ea9122f0000))
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
# [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)
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
### Features
|
|
298
|
+
|
|
299
|
+
* **eslint-config:** Add no-unused-vars ([91e71c0](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/91e71c0ca549d5b8138f8524e8966b140c846e3c))
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
## [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)
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
### Bug Fixes
|
|
309
|
+
|
|
310
|
+
* **eslint-config:** Add eslint-plugin-unused-import as peerDependency ([cc3afee](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/cc3afee91c00b9c35c2a30ede656d2a1f8ebf910))
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
# [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)
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
### Features
|
|
320
|
+
|
|
321
|
+
* **eslint-config:** Add unused-imports plugin ([1c8ef07](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/1c8ef070bb143e7782efefa30fb2c47d83758117))
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
## [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)
|
|
328
|
+
|
|
329
|
+
**Note:** Version bump only for package @ffflorian/eslint-config
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
## [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)
|
|
336
|
+
|
|
337
|
+
**Note:** Version bump only for package @ffflorian/eslint-config
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
# [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)
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
### Features
|
|
347
|
+
|
|
348
|
+
* Switch to new main branch ([f841d3e](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/f841d3e))
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
## [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)
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
### Bug Fixes
|
|
358
|
+
|
|
359
|
+
* **eslint-config:** Array-type default ([8929ad9](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/8929ad9))
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
# [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)
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
### Features
|
|
369
|
+
|
|
370
|
+
* **eslint:** Add no-inferrable-types, use simple array style ([107387f](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/107387f))
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
## [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)
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
### Bug Fixes
|
|
380
|
+
|
|
381
|
+
* **eslint-config:** Allow template literals for quotes ([e919bc4](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/e919bc4))
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
# [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)
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
### Features
|
|
391
|
+
|
|
392
|
+
* **eslint-config:** Add quotes rule ([0090f70](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/0090f70))
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
## [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)
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
### Bug Fixes
|
|
402
|
+
|
|
403
|
+
* **eslint-config:** Add _ as valid parameter name ([fd67d5e](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/fd67d5e))
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
## [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)
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
### Bug Fixes
|
|
413
|
+
|
|
414
|
+
* **eslint-config:** Remove no-dupe-class-members ([029ad1c](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/029ad1c))
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
## [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)
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
### Bug Fixes
|
|
424
|
+
|
|
425
|
+
* **eslint-config:** Add missing peerDependencies ([146b966](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/146b966))
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
# [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)
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
### Features
|
|
435
|
+
|
|
436
|
+
* **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))
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
## [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)
|
|
443
|
+
|
|
444
|
+
**Note:** Version bump only for package @ffflorian/eslint-config
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
# [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)
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
### Features
|
|
454
|
+
|
|
455
|
+
* **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))
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
## [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)
|
|
462
|
+
|
|
463
|
+
**Note:** Version bump only for package @ffflorian/eslint-config
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
## [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)
|
|
470
|
+
|
|
471
|
+
**Note:** Version bump only for package @ffflorian/eslint-config
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
# [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)
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
### Features
|
|
481
|
+
|
|
482
|
+
* Move dependencies to peerDependencies ([c60357e](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/c60357e))
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
## [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)
|
|
489
|
+
|
|
490
|
+
**Note:** Version bump only for package @ffflorian/eslint-config
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
## [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)
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
### Bug Fixes
|
|
500
|
+
|
|
501
|
+
* **eslint-config:** No space before function parens ([69e6aaf](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/69e6aaf))
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
## [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)
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
### Bug Fixes
|
|
511
|
+
|
|
512
|
+
* **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))
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
## [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)
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
### Bug Fixes
|
|
522
|
+
|
|
523
|
+
* **eslint-config:** Rename json file ([7806298](https://github.com/ffflorian/config/tree/main/packages/eslint-config/commit/7806298))
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
## [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)
|
|
530
|
+
|
|
531
|
+
**Note:** Version bump only for package @ffflorian/eslint-config
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
## 0.0.2 (2019-04-15)
|
|
538
|
+
|
|
539
|
+
**Note:** Version bump only for package @ffflorian/eslint-config
|
package/README.md
CHANGED
|
@@ -1,20 +1,35 @@
|
|
|
1
|
-
|
|
1
|
+
# @ffflorian/eslint-config [](https://npmjs.com/package/@ffflorian/eslint-config)
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Opinionated ESLint flat config for JavaScript and TypeScript projects.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## What Is Included
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
- ESLint recommended rules
|
|
8
|
+
- TypeScript ESLint recommended rules
|
|
9
|
+
- Import plugin rules (including TypeScript import resolution)
|
|
10
|
+
- Oxc lint recommended rules
|
|
11
|
+
- Perfectionist alphabetical sorting rules
|
|
12
|
+
- Browser and Node globals
|
|
8
13
|
|
|
14
|
+
## Installation
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
yarn add -D eslint @ffflorian/eslint-config
|
|
9
18
|
```
|
|
10
|
-
yarn add -D @ffflorian/eslint-config-react
|
|
11
|
-
```
|
|
12
19
|
|
|
13
|
-
|
|
20
|
+
## Usage
|
|
21
|
+
|
|
22
|
+
Create or update `eslint.config.ts`:
|
|
14
23
|
|
|
15
24
|
```ts
|
|
16
25
|
import config from '@ffflorian/eslint-config';
|
|
17
|
-
import {
|
|
26
|
+
import {defineConfig} from 'eslint/config';
|
|
18
27
|
|
|
19
|
-
export default defineConfig([config
|
|
28
|
+
export default defineConfig([config]);
|
|
20
29
|
```
|
|
30
|
+
|
|
31
|
+
## Notes
|
|
32
|
+
|
|
33
|
+
- This package is built for ESLint flat config (`eslint.config.*`).
|
|
34
|
+
- The config already includes TypeScript support via `typescript-eslint`.
|
|
35
|
+
- If your project uses custom path aliases, ensure your TypeScript config is set up so import resolution works as expected.
|
package/package.json
CHANGED
|
@@ -15,9 +15,6 @@
|
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"typescript": "6.0.2"
|
|
17
17
|
},
|
|
18
|
-
"files": [
|
|
19
|
-
"index.ts"
|
|
20
|
-
],
|
|
21
18
|
"keywords": [
|
|
22
19
|
"eslint",
|
|
23
20
|
"eslintconfig"
|
|
@@ -32,7 +29,9 @@
|
|
|
32
29
|
"fix": "yarn lint --fix",
|
|
33
30
|
"lint": "eslint -c index.ts ."
|
|
34
31
|
},
|
|
35
|
-
"repository":
|
|
36
|
-
|
|
37
|
-
|
|
32
|
+
"repository": {
|
|
33
|
+
"type": "git",
|
|
34
|
+
"url": "git+https://github.com/ffflorian/config.git"
|
|
35
|
+
},
|
|
36
|
+
"version": "0.14.2"
|
|
38
37
|
}
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
"types": []
|
|
19
|
+
}
|
|
20
|
+
}
|