UNPKG

12.3 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6## [0.12.22](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.21...@1stg/eslint-config@0.12.22) (2019-10-21)
7
8
9### Bug Fixes
10
11* **eslint-config:** disable node/shebang for {bin,cli}.ts ([42cdbf0](https://github.com/1stG/configs/commit/42cdbf0199d16b94192ab707b765f780ada5cb81))
12
13
14
15
16
17## [0.12.21](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.20...@1stg/eslint-config@0.12.21) (2019-10-15)
18
19
20### Bug Fixes
21
22* **eslint-config:** disable some redundant rules ([837f6f3](https://github.com/1stG/configs/commit/837f6f3c051e3704247cccf5044ff8f0c285209e))
23
24
25
26
27
28## [0.12.20](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.19...@1stg/eslint-config@0.12.20) (2019-10-05)
29
30
31### Bug Fixes
32
33* **deps:** upgrade buggy/outdated (dev)Dependencies ([7dceac0](https://github.com/1stG/configs/commit/7dceac0))
34
35
36
37
38
39## [0.12.19](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.18...@1stg/eslint-config@0.12.19) (2019-10-03)
40
41
42### Bug Fixes
43
44* **babel-preset:** detect react-hot-loader and enable it automatically ([795a2fe](https://github.com/1stG/configs/commit/795a2fe))
45
46
47
48
49
50## [0.12.18](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.17...@1stg/eslint-config@0.12.18) (2019-10-01)
51
52
53### Bug Fixes
54
55* **browserslist-config:** update modern queries, bump dep versions ([d749107](https://github.com/1stG/configs/commit/d749107))
56* **eslint-config:** disable some no so useful rules, add stories and config ([74d1a69](https://github.com/1stG/configs/commit/74d1a69))
57
58
59
60
61
62## [0.12.17](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.16...@1stg/eslint-config@0.12.17) (2019-10-01)
63
64
65### Bug Fixes
66
67* **postcss-config:** add postcss-modules support, skip npm and .global.* files automatically ([b4e7d15](https://github.com/1stG/configs/commit/b4e7d15))
68* upgrade eslint to 6.5.1 to fix `no-useless-rename` ([bd6fc13](https://github.com/1stG/configs/commit/bd6fc13))
69
70
71
72
73
74## [0.12.16](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.15...@1stg/eslint-config@0.12.16) (2019-09-30)
75
76
77### Bug Fixes
78
79* **eslint-config:** add 1024 as magic number, extends jest rules from test ([e41f0cf](https://github.com/1stG/configs/commit/e41f0cf))
80
81
82
83
84
85## [0.12.15](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.14...@1stg/eslint-config@0.12.15) (2019-09-29)
86
87
88### Bug Fixes
89
90* **eslint-config:** no need to enable tslint twice if tslint.json presents ([6505628](https://github.com/1stG/configs/commit/6505628))
91
92
93
94
95
96## [0.12.14](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.13...@1stg/eslint-config@0.12.14) (2019-09-29)
97
98
99### Bug Fixes
100
101* disable node/no-extraneous-import for .d.ts ([dcaf6b4](https://github.com/1stG/configs/commit/dcaf6b4))
102
103
104
105
106
107## [0.12.13](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.12...@1stg/eslint-config@0.12.13) (2019-09-26)
108
109
110### Bug Fixes
111
112* **deps:** bump dependencies, add tslint-config/eslint, disable no-namespace for .d.ts ([8b340e8](https://github.com/1stG/configs/commit/8b340e8))
113
114
115
116
117
118## [0.12.12](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.11...@1stg/eslint-config@0.12.12) (2019-09-23)
119
120
121### Bug Fixes
122
123* check package.json existence, add compose tsconfig ([47da218](https://github.com/1stG/configs/commit/47da218))
124
125
126
127
128
129## [0.12.11](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.10...@1stg/eslint-config@0.12.11) (2019-09-23)
130
131
132### Bug Fixes
133
134* allow triple-slash for path, add more common tsconfigs ([69996d3](https://github.com/1stG/configs/commit/69996d3))
135
136
137
138
139
140## [0.12.10](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.9...@1stg/eslint-config@0.12.10) (2019-09-21)
141
142
143### Bug Fixes
144
145* **eslint-config:** disable rule node/no-extraneous-require like node/no-extraneous-import for test(s) ([eb88521](https://github.com/1stG/configs/commit/eb88521))
146
147
148
149
150
151## [0.12.9](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.8...@1stg/eslint-config@0.12.9) (2019-09-21)
152
153
154### Bug Fixes
155
156* disable ban-ts-ignore, enable allow-empty-catch ([3bb2b34](https://github.com/1stG/configs/commit/3bb2b34))
157
158
159
160
161
162## [0.12.8](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.7...@1stg/eslint-config@0.12.8) (2019-09-20)
163
164
165### Bug Fixes
166
167* **eslint-config:** only enable compat plugin if browserslist installed specifically ([6ce0240](https://github.com/1stG/configs/commit/6ce0240))
168
169
170
171
172
173## [0.12.7](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.6...@1stg/eslint-config@0.12.7) (2019-09-19)
174
175
176### Bug Fixes
177
178* incorrect src directory, add i bin for imagemin ([6281909](https://github.com/1stG/configs/commit/6281909))
179
180
181
182
183
184## [0.12.6](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.5...@1stg/eslint-config@0.12.6) (2019-09-18)
185
186
187### Bug Fixes
188
189* **eslint-config:** bump eslint-plugin-prettier, add more common magic numbers ([01d94a3](https://github.com/1stG/configs/commit/01d94a3))
190
191
192
193
194
195## [0.12.5](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.4...@1stg/eslint-config@0.12.5) (2019-09-18)
196
197
198### Bug Fixes
199
200* **eslint-config:** add common ignorable magic numbers ([5f8f2e1](https://github.com/1stG/configs/commit/5f8f2e1))
201
202
203
204
205
206## [0.12.4](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.3...@1stg/eslint-config@0.12.4) (2019-09-18)
207
208
209### Bug Fixes
210
211* **eslint-config:** refactor vue config based on ts config without types ([e5fc2a1](https://github.com/1stG/configs/commit/e5fc2a1))
212
213
214
215
216
217## [0.12.3](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.2...@1stg/eslint-config@0.12.3) (2019-09-18)
218
219
220### Bug Fixes
221
222* **eslint-config:** exports.angular is an array, use concat directly ([6d5f759](https://github.com/1stG/configs/commit/6d5f759))
223
224
225
226
227
228## [0.12.2](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.1...@1stg/eslint-config@0.12.2) (2019-09-18)
229
230
231### Bug Fixes
232
233* **eslint-config:** extract angular overrides, resolve src(/app) automatically ([0b98eb6](https://github.com/1stG/configs/commit/0b98eb6))
234
235
236
237
238
239## [0.12.1](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.12.0...@1stg/eslint-config@0.12.1) (2019-09-17)
240
241
242### Bug Fixes
243
244* **eslint-config:** remove @typescript-eslint/strict-boolean-expressions rule ([3b24b4e](https://github.com/1stG/configs/commit/3b24b4e))
245
246
247
248
249
250# [0.12.0](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.11.1...@1stg/eslint-config@0.12.0) (2019-09-17)
251
252
253### Features
254
255* **eslint-config:** support angular/webpack out of box, more rules ([657eb68](https://github.com/1stG/configs/commit/657eb68))
256
257
258
259
260
261## [0.11.1](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.11.0...@1stg/eslint-config@0.11.1) (2019-09-16)
262
263
264### Bug Fixes
265
266* **deps:** upgrade eslint-plugin-mdx, use recommended config directly ([6c54a92](https://github.com/1stG/configs/commit/6c54a92))
267
268
269
270
271
272# [0.11.0](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.10.6...@1stg/eslint-config@0.11.0) (2019-09-16)
273
274
275### Features
276
277* **eslint:** bump eslint version, use overrides in npm pkg ([8e02136](https://github.com/1stG/configs/commit/8e02136))
278
279
280
281
282
283## [0.10.6](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.10.5...@1stg/eslint-config@0.10.6) (2019-09-13)
284
285
286### Bug Fixes
287
288* **eslint:** match deeper and deeper test files! ([3053871](https://github.com/1stG/configs/commit/3053871))
289
290
291
292
293
294## [0.10.5](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.10.4...@1stg/eslint-config@0.10.5) (2019-09-13)
295
296
297### Bug Fixes
298
299* **eslint:** match deeper test files ([13da11e](https://github.com/1stG/configs/commit/13da11e))
300
301
302
303
304
305## [0.10.4](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.10.3...@1stg/eslint-config@0.10.4) (2019-09-13)
306
307
308### Bug Fixes
309
310* **eslint:** disable node/no-extraneous-import in tests? folder ([aa231f1](https://github.com/1stG/configs/commit/aa231f1))
311
312
313
314
315
316## [0.10.3](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.10.2...@1stg/eslint-config@0.10.3) (2019-09-13)
317
318
319### Bug Fixes
320
321* **eslint:** statSync also breaks if packages does not exist ([0f7a37f](https://github.com/1stG/configs/commit/0f7a37f))
322
323
324
325
326
327## [0.10.2](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.10.1...@1stg/eslint-config@0.10.2) (2019-09-13)
328
329
330### Bug Fixes
331
332* **eslint:** readdirSync breaks if packages does not exist ([f10c8dd](https://github.com/1stG/configs/commit/f10c8dd))
333
334
335
336
337
338## [0.10.1](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.10.0...@1stg/eslint-config@0.10.1) (2019-09-13)
339
340
341### Bug Fixes
342
343* **deps:** bump dep versions, support directory option of ts resolver ([0c6bcf1](https://github.com/1stG/configs/commit/0c6bcf1))
344
345
346
347
348
349# [0.10.0](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.9.3...@1stg/eslint-config@0.10.0) (2019-09-12)
350
351
352### Features
353
354* **eslint:** enable `excludedFiles` feature to simplify ts linter ([63f9332](https://github.com/1stG/configs/commit/63f9332))
355
356
357
358
359
360## [0.9.3](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.9.2...@1stg/eslint-config@0.9.3) (2019-09-10)
361
362
363### Bug Fixes
364
365* **deps:** enable eslint-import-resolver-ts, add prod option for rollup ([3471316](https://github.com/1stG/configs/commit/3471316))
366
367
368
369
370
371## [0.9.2](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.9.1...@1stg/eslint-config@0.9.2) (2019-09-09)
372
373
374### Bug Fixes
375
376* **eslint:** disable promise/catch-or-return for ts files ([d4bc677](https://github.com/1stG/configs/commit/d4bc677))
377
378
379
380
381
382## [0.9.1](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.9.0...@1stg/eslint-config@0.9.1) (2019-09-07)
383
384
385### Bug Fixes
386
387* **deps:** upgrade eslint-plugin-mdx and remark-preset-prettier ([c735d6d](https://github.com/1stG/configs/commit/c735d6d))
388
389
390
391
392
393# [0.9.0](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.8.2...@1stg/eslint-config@0.9.0) (2019-09-07)
394
395
396### Features
397
398* **eslint-plugin-node:** resolve packages in [@types](https://github.com/types) automatically ([abb24e6](https://github.com/1stG/configs/commit/abb24e6))
399
400
401
402
403
404## [0.8.2](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.8.1...@1stg/eslint-config@0.8.2) (2019-09-07)
405
406
407### Bug Fixes
408
409* add module related rules for eslint config ([5d1c36c](https://github.com/1stG/configs/commit/5d1c36c))
410
411
412
413
414
415## [0.8.1](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.8.0...@1stg/eslint-config@0.8.1) (2019-09-07)
416
417
418### Bug Fixes
419
420* **eslint:** try other extensions in overrides rules ([4a48196](https://github.com/1stG/configs/commit/4a48196))
421
422
423
424
425
426# [0.8.0](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.7.0...@1stg/eslint-config@0.8.0) (2019-09-05)
427
428
429### Features
430
431* enable eslint-plugin-compat, disable node query temporarily ([a003dac](https://github.com/1stG/configs/commit/a003dac))
432
433
434
435
436
437# [0.7.0](https://github.com/1stG/configs/compare/@1stg/eslint-config@0.6.0...@1stg/eslint-config@0.7.0) (2019-09-05)
438
439
440### Features
441
442* enable eslint-plugin-node, more plugins for rollup ([abfa39b](https://github.com/1stG/configs/commit/abfa39b))
443
444
445
446
447
448# 0.6.0 (2019-09-01)
449
450
451### Bug Fixes
452
453* disable prettier in eslint for .md temporarily ([8a7f3ed](https://github.com/1stG/configs/commit/8a7f3ed))
454* missing error binding in eslint config, bump dependencies ([3210985](https://github.com/1stG/configs/commit/3210985))
455
456
457### Features
458
459* add rollup config, improve eslint and ts configs ([c3523bb](https://github.com/1stG/configs/commit/c3523bb))
460* enable eslint-plugin-tslint ([117a1df](https://github.com/1stG/configs/commit/117a1df))
461* enhance eslint-config and more useful tsconfig files ([acae220](https://github.com/1stG/configs/commit/acae220))
462* first blood, should just work ([f925e8e](https://github.com/1stG/configs/commit/f925e8e))
463* improve babel-preset and eslint-config usage ([4884606](https://github.com/1stG/configs/commit/4884606))
464* support lint markdown files, add standard-react config ([8841cde](https://github.com/1stG/configs/commit/8841cde))
465* upgrade eslint/stylelint-scss, consider mdx content as jsx ([032e9bf](https://github.com/1stG/configs/commit/032e9bf))