@so1ve/eslint-config 0.18.10

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.
Files changed (4) hide show
  1. package/CHANGELOG.md +406 -0
  2. package/LICENSE +21 -0
  3. package/index.js +6 -0
  4. package/package.json +40 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,406 @@
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.18.10](https://github.com/so1ve/eslint-config/compare/v0.18.9...v0.18.10) (2022-03-20)
7
+
8
+ **Note:** Version bump only for package @so1ve/eslint-config
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.18.9](https://github.com/so1ve/eslint-config/compare/v0.18.8...v0.18.9) (2022-03-20)
15
+
16
+ **Note:** Version bump only for package @so1ve/eslint-config
17
+
18
+
19
+
20
+
21
+
22
+
23
+ ## [0.18.8](https://github.com/antfu/eslint-config/compare/v0.18.7...v0.18.8) (2022-03-10)
24
+
25
+ **Note:** Version bump only for package @antfu/eslint-config
26
+
27
+
28
+
29
+
30
+
31
+ ## [0.18.7](https://github.com/antfu/eslint-config/compare/v0.18.6...v0.18.7) (2022-03-10)
32
+
33
+ **Note:** Version bump only for package @antfu/eslint-config
34
+
35
+
36
+
37
+
38
+
39
+ ## [0.18.6](https://github.com/antfu/eslint-config/compare/v0.18.5...v0.18.6) (2022-03-10)
40
+
41
+ **Note:** Version bump only for package @antfu/eslint-config
42
+
43
+
44
+
45
+
46
+
47
+ ## [0.18.5](https://github.com/antfu/eslint-config/compare/v0.18.4...v0.18.5) (2022-03-10)
48
+
49
+ **Note:** Version bump only for package @antfu/eslint-config
50
+
51
+
52
+
53
+
54
+
55
+ ## [0.18.4](https://github.com/antfu/eslint-config/compare/v0.18.3...v0.18.4) (2022-03-10)
56
+
57
+ **Note:** Version bump only for package @antfu/eslint-config
58
+
59
+
60
+
61
+
62
+
63
+ ## [0.18.3](https://github.com/antfu/eslint-config/compare/v0.18.2...v0.18.3) (2022-03-07)
64
+
65
+ **Note:** Version bump only for package @antfu/eslint-config
66
+
67
+
68
+
69
+
70
+
71
+ ## [0.18.2](https://github.com/antfu/eslint-config/compare/v0.18.1...v0.18.2) (2022-03-07)
72
+
73
+ **Note:** Version bump only for package @antfu/eslint-config
74
+
75
+
76
+
77
+
78
+
79
+ ## [0.18.1](https://github.com/antfu/eslint-config/compare/v0.18.0...v0.18.1) (2022-03-07)
80
+
81
+ **Note:** Version bump only for package @antfu/eslint-config
82
+
83
+
84
+
85
+
86
+
87
+ # [0.18.0](https://github.com/antfu/eslint-config/compare/v0.17.0...v0.18.0) (2022-03-07)
88
+
89
+ **Note:** Version bump only for package @antfu/eslint-config
90
+
91
+
92
+
93
+
94
+
95
+ # [0.17.0](https://github.com/antfu/eslint-config/compare/v0.16.1...v0.17.0) (2022-03-07)
96
+
97
+
98
+ ### Features
99
+
100
+ * update deps ([83a54e0](https://github.com/antfu/eslint-config/commit/83a54e07d5f1b93df726cbd8d81fb5abee5f60bc))
101
+
102
+
103
+
104
+
105
+
106
+ ## [0.16.1](https://github.com/antfu/eslint-config/compare/v0.16.0...v0.16.1) (2022-01-27)
107
+
108
+ **Note:** Version bump only for package @antfu/eslint-config
109
+
110
+
111
+
112
+
113
+
114
+ # [0.16.0](https://github.com/antfu/eslint-config/compare/v0.15.0...v0.16.0) (2022-01-14)
115
+
116
+
117
+ ### Features
118
+
119
+ * upgrade eslint-config-standard ([d33ec89](https://github.com/antfu/eslint-config/commit/d33ec89b7619895cf1541e597e0cb664f69fc95f))
120
+
121
+
122
+
123
+
124
+
125
+ # [0.15.0](https://github.com/antfu/eslint-config/compare/v0.14.2...v0.15.0) (2022-01-06)
126
+
127
+
128
+ ### Features
129
+
130
+ * update ts rules ([13c90b5](https://github.com/antfu/eslint-config/commit/13c90b51504d098ea819dad29888fa5e12f11d3c))
131
+
132
+
133
+
134
+
135
+
136
+ ## [0.14.2](https://github.com/antfu/eslint-config/compare/v0.14.1...v0.14.2) (2021-12-27)
137
+
138
+
139
+ ### Bug Fixes
140
+
141
+ * upgrade deps, close [#68](https://github.com/antfu/eslint-config/issues/68) ([7b71c78](https://github.com/antfu/eslint-config/commit/7b71c7852d3db3df05961893b4f085c16d95d274))
142
+
143
+
144
+
145
+
146
+
147
+ ## [0.14.1](https://github.com/antfu/eslint-config/compare/v0.14.0...v0.14.1) (2021-12-27)
148
+
149
+ **Note:** Version bump only for package @antfu/eslint-config
150
+
151
+
152
+
153
+
154
+
155
+ # [0.14.0](https://github.com/antfu/eslint-config/compare/v0.13.1...v0.14.0) (2021-12-18)
156
+
157
+ **Note:** Version bump only for package @antfu/eslint-config
158
+
159
+
160
+
161
+
162
+
163
+ ## [0.13.1](https://github.com/antfu/eslint-config/compare/v0.13.0...v0.13.1) (2021-12-12)
164
+
165
+ **Note:** Version bump only for package @antfu/eslint-config
166
+
167
+
168
+
169
+
170
+
171
+ # [0.13.0](https://github.com/antfu/eslint-config/compare/v0.12.2...v0.13.0) (2021-12-12)
172
+
173
+ **Note:** Version bump only for package @antfu/eslint-config
174
+
175
+
176
+
177
+
178
+
179
+ ## [0.12.2](https://github.com/antfu/eslint-config/compare/v0.12.1...v0.12.2) (2021-12-07)
180
+
181
+ **Note:** Version bump only for package @antfu/eslint-config
182
+
183
+
184
+
185
+
186
+
187
+ ## [0.12.1](https://github.com/antfu/eslint-config/compare/v0.12.0...v0.12.1) (2021-12-05)
188
+
189
+ **Note:** Version bump only for package @antfu/eslint-config
190
+
191
+
192
+
193
+
194
+
195
+ # [0.12.0](https://github.com/antfu/eslint-config/compare/v0.11.1...v0.12.0) (2021-12-04)
196
+
197
+ **Note:** Version bump only for package @antfu/eslint-config
198
+
199
+
200
+
201
+
202
+
203
+ ## [0.11.1](https://github.com/antfu/eslint-config/compare/v0.11.0...v0.11.1) (2021-11-27)
204
+
205
+ **Note:** Version bump only for package @antfu/eslint-config
206
+
207
+
208
+
209
+
210
+
211
+ # [0.11.0](https://github.com/antfu/eslint-config/compare/v0.10.0...v0.11.0) (2021-11-27)
212
+
213
+ **Note:** Version bump only for package @antfu/eslint-config
214
+
215
+
216
+
217
+
218
+
219
+ # [0.10.0](https://github.com/antfu/eslint-config/compare/v0.9.0...v0.10.0) (2021-10-16)
220
+
221
+
222
+ ### Features
223
+
224
+ * support eslint v8 ([e9027d5](https://github.com/antfu/eslint-config/commit/e9027d5e20540dd6c6adb6a970a6dcbcf7314a81))
225
+
226
+
227
+
228
+
229
+
230
+ # [0.9.0](https://github.com/antfu/eslint-config/compare/v0.8.2...v0.9.0) (2021-09-14)
231
+
232
+
233
+ ### Bug Fixes
234
+
235
+ * improve rules for specific files ([d701469](https://github.com/antfu/eslint-config/commit/d701469a551b2321cab6d75bf18eb71d96dd6f2a))
236
+
237
+
238
+
239
+
240
+
241
+ ## [0.8.2](https://github.com/antfu/eslint-config/compare/v0.8.1...v0.8.2) (2021-09-13)
242
+
243
+ **Note:** Version bump only for package @antfu/eslint-config
244
+
245
+
246
+
247
+
248
+
249
+ ## [0.8.1](https://github.com/antfu/eslint-config/compare/v0.8.0...v0.8.1) (2021-09-08)
250
+
251
+ **Note:** Version bump only for package @antfu/eslint-config
252
+
253
+
254
+
255
+
256
+
257
+ # [0.8.0](https://github.com/antfu/eslint-config/compare/v0.7.0...v0.8.0) (2021-09-07)
258
+
259
+ **Note:** Version bump only for package @antfu/eslint-config
260
+
261
+
262
+
263
+
264
+
265
+ # [0.7.0](https://github.com/antfu/eslint-config/compare/v0.6.6...v0.7.0) (2021-07-05)
266
+
267
+ **Note:** Version bump only for package @antfu/eslint-config
268
+
269
+
270
+
271
+
272
+
273
+ ## [0.6.6](https://github.com/antfu/eslint-config/compare/v0.6.5...v0.6.6) (2021-06-11)
274
+
275
+ **Note:** Version bump only for package @antfu/eslint-config
276
+
277
+
278
+
279
+
280
+
281
+ ## [0.6.5](https://github.com/antfu/eslint-config/compare/v0.6.4...v0.6.5) (2021-05-09)
282
+
283
+ **Note:** Version bump only for package @antfu/eslint-config
284
+
285
+
286
+
287
+
288
+
289
+ ## [0.6.4](https://github.com/antfu/eslint-config/compare/v0.6.3...v0.6.4) (2021-04-19)
290
+
291
+ **Note:** Version bump only for package @antfu/eslint-config
292
+
293
+
294
+
295
+
296
+
297
+ ## [0.6.3](https://github.com/antfu/eslint-config/compare/v0.6.2...v0.6.3) (2021-04-19)
298
+
299
+ **Note:** Version bump only for package @antfu/eslint-config
300
+
301
+
302
+
303
+
304
+
305
+ ## [0.6.2](https://github.com/antfu/eslint-config/compare/v0.6.1...v0.6.2) (2021-03-15)
306
+
307
+ **Note:** Version bump only for package @antfu/eslint-config
308
+
309
+
310
+
311
+
312
+
313
+ ## [0.6.1](https://github.com/antfu/eslint-config/compare/v0.6.0...v0.6.1) (2021-03-14)
314
+
315
+ **Note:** Version bump only for package @antfu/eslint-config
316
+
317
+
318
+
319
+
320
+
321
+ # [0.6.0](https://github.com/antfu/eslint-config/compare/v0.5.1...v0.6.0) (2021-03-14)
322
+
323
+ **Note:** Version bump only for package @antfu/eslint-config
324
+
325
+
326
+
327
+
328
+
329
+ ## [0.5.1](https://github.com/antfu/eslint-config/compare/v0.5.0...v0.5.1) (2021-03-13)
330
+
331
+ **Note:** Version bump only for package @antfu/eslint-config
332
+
333
+
334
+
335
+
336
+
337
+ # [0.5.0](https://github.com/antfu/eslint-config/compare/v0.4.3...v0.5.0) (2021-03-13)
338
+
339
+ **Note:** Version bump only for package @antfu/eslint-config
340
+
341
+
342
+
343
+
344
+
345
+ ## [0.4.3](https://github.com/antfu/eslint-config/compare/v0.4.2...v0.4.3) (2020-10-21)
346
+
347
+ **Note:** Version bump only for package @antfu/eslint-config
348
+
349
+
350
+
351
+
352
+
353
+ ## [0.4.2](https://github.com/antfu/eslint-config/compare/v0.4.1...v0.4.2) (2020-10-21)
354
+
355
+ **Note:** Version bump only for package @antfu/eslint-config
356
+
357
+
358
+
359
+
360
+
361
+ ## [0.4.1](https://github.com/antfu/eslint-config/compare/v0.4.0...v0.4.1) (2020-10-21)
362
+
363
+ **Note:** Version bump only for package @antfu/eslint-config
364
+
365
+
366
+
367
+
368
+
369
+ ## [0.3.4](https://github.com/antfu/eslint-config/compare/v0.3.3...v0.3.4) (2020-10-20)
370
+
371
+ **Note:** Version bump only for package @antfu/eslint-config
372
+
373
+
374
+
375
+
376
+
377
+ ## [0.3.3](https://github.com/antfu/eslint-config/compare/v0.3.2...v0.3.3) (2020-08-21)
378
+
379
+ **Note:** Version bump only for package @antfu/eslint-config
380
+
381
+
382
+
383
+
384
+
385
+ ## [0.3.2](https://github.com/antfu/eslint-config/compare/v0.3.1...v0.3.2) (2020-08-12)
386
+
387
+ **Note:** Version bump only for package @antfu/eslint-config
388
+
389
+
390
+
391
+
392
+
393
+ ## [0.3.1](https://github.com/antfu/eslint-config/compare/v0.3.0...v0.3.1) (2020-08-12)
394
+
395
+ **Note:** Version bump only for package @antfu/eslint-config
396
+
397
+
398
+
399
+
400
+
401
+ # [0.3.0](https://github.com/antfu/eslint-config/compare/v0.2.14...v0.3.0) (2020-08-12)
402
+
403
+
404
+ ### Features
405
+
406
+ * add react and all ([a7fbdca](https://github.com/antfu/eslint-config/commit/a7fbdcad4b20294e26e817fae468f468376e49cf))
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2019-PRESENT Anthony Fu<https://github.com/antfu>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/index.js ADDED
@@ -0,0 +1,6 @@
1
+ module.exports = {
2
+ extends: [
3
+ '@so1ve/eslint-config-react',
4
+ '@so1ve/eslint-config-vue',
5
+ ],
6
+ }
package/package.json ADDED
@@ -0,0 +1,40 @@
1
+ {
2
+ "name": "@so1ve/eslint-config",
3
+ "version": "0.18.10",
4
+ "description": "",
5
+ "keywords": [],
6
+ "license": "MIT",
7
+ "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
8
+ "main": "index.js",
9
+ "files": [
10
+ "index.js"
11
+ ],
12
+ "peerDependencies": {
13
+ "eslint": ">=7.4.0"
14
+ },
15
+ "dependencies": {
16
+ "@so1ve/eslint-config-react": "^0.18.10",
17
+ "@so1ve/eslint-config-vue": "^0.18.10",
18
+ "@typescript-eslint/eslint-plugin": "^5.13.0",
19
+ "@typescript-eslint/parser": "^5.13.0",
20
+ "eslint-config-standard": "17.0.0-1",
21
+ "eslint-plugin-eslint-comments": "^3.2.0",
22
+ "eslint-plugin-html": "^6.2.0",
23
+ "eslint-plugin-import": "^2.25.4",
24
+ "eslint-plugin-jsonc": "^2.2.1",
25
+ "eslint-plugin-n": "^15.0.1",
26
+ "eslint-plugin-promise": "^6.0.0",
27
+ "eslint-plugin-unicorn": "^41.0.0",
28
+ "eslint-plugin-vue": "^8.5.0",
29
+ "eslint-plugin-yml": "^0.14.0",
30
+ "jsonc-eslint-parser": "^2.1.0",
31
+ "yaml-eslint-parser": "^0.5.0"
32
+ },
33
+ "devDependencies": {
34
+ "eslint": "^8.10.0"
35
+ },
36
+ "publishConfig": {
37
+ "access": "public"
38
+ },
39
+ "gitHead": "82ae01fe1cde1822f6b6f7fcc4ee1caf675d9f7d"
40
+ }