UNPKG

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