@ornikar/eslint-config 22.7.4 → 23.0.0
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/.eslintrc.json +4 -0
- package/CHANGELOG.md +7 -613
- package/README.md +33 -62
- package/_shared.js +11 -9
- package/graphql.js +10 -12
- package/index.js +16 -24
- package/node-module-override.js +6 -12
- package/node.js +3 -5
- package/package.json +3 -4
- package/rollup.js +5 -9
- package/root.js +14 -17
- package/rules/best-practices.js +9 -11
- package/rules/imports.js +8 -10
- package/rules/jest.js +7 -13
- package/rules/node-override.js +23 -25
- package/rules/node.js +32 -28
- package/rules/ornikar.js +4 -8
- package/rules/prettier.js +10 -13
- package/rules/security.js +19 -21
- package/rules/sort-imports-exports.js +11 -15
- package/rules/style.js +31 -33
- package/rules/unicorn.js +214 -218
- package/tests-override.js +18 -17
package/CHANGELOG.md
CHANGED
|
@@ -3,31 +3,21 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
##
|
|
7
|
-
|
|
8
|
-
* feat!: ESLint flat-config migration [OSE-20589] (#820) ([6c7897b](https://github.com/ornikar/eslint-configs/commit/6c7897b)), closes [#820](https://github.com/ornikar/eslint-configs/issues/820)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## <small>22.7.3 (2026-05-26)</small>
|
|
15
|
-
|
|
16
|
-
* feat!: ESLint v9 engine bump (legacy .eslintrc preserved) [OSE-20589] (#818) ([9683864](https://github.com/ornikar/eslint-configs/commit/9683864)), closes [#818](https://github.com/ornikar/eslint-configs/issues/818)
|
|
17
|
-
* feat(deps): update dependency eslint-plugin-n to v18 (#808) ([298bc08](https://github.com/ornikar/eslint-configs/commit/298bc08)), closes [#808](https://github.com/ornikar/eslint-configs/issues/808)
|
|
6
|
+
## [23.0.0](https://github.com/ornikar/eslint-configs/compare/v22.7.4...v23.0.0) (2026-05-29)
|
|
18
7
|
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
19
9
|
|
|
10
|
+
* upgrade to ESLint 9 [no-issue] (#824)
|
|
20
11
|
|
|
12
|
+
### Features
|
|
21
13
|
|
|
14
|
+
* revert major ESLint bumps and flat config [no-issue] ([#822](https://github.com/ornikar/eslint-configs/issues/822)) ([97a0777](https://github.com/ornikar/eslint-configs/commit/97a07777707f12ad505414aff497067b1fe1778a))
|
|
15
|
+
* upgrade to ESLint 9 [no-issue] ([#824](https://github.com/ornikar/eslint-configs/issues/824)) ([ce3aa71](https://github.com/ornikar/eslint-configs/commit/ce3aa714769836bad5111199e76691ec2fedabf5))
|
|
22
16
|
|
|
23
17
|
## <small>22.7.2 (2026-05-22)</small>
|
|
24
18
|
|
|
25
19
|
* feat(deps): update typescript-eslint monorepo to v8 (major) (#780) ([7b982e9](https://github.com/ornikar/eslint-configs/commit/7b982e9)), closes [#780](https://github.com/ornikar/eslint-configs/issues/780)
|
|
26
20
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
21
|
## <small>22.7.1 (2026-05-15)</small>
|
|
32
22
|
|
|
33
23
|
* feat(deps): update dependency eslint-config-prettier to v10 (#805) ([3aaf434](https://github.com/ornikar/eslint-configs/commit/3aaf434)), closes [#805](https://github.com/ornikar/eslint-configs/issues/805)
|
|
@@ -36,79 +26,44 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
36
26
|
* feat(deps): update dependency eslint-plugin-simple-import-sort to v13 (#811) ([7d8f602](https://github.com/ornikar/eslint-configs/commit/7d8f602)), closes [#811](https://github.com/ornikar/eslint-configs/issues/811)
|
|
37
27
|
* feat(deps): update dependency eslint-plugin-unicorn to v64 (#813) ([304e072](https://github.com/ornikar/eslint-configs/commit/304e072)), closes [#813](https://github.com/ornikar/eslint-configs/issues/813)
|
|
38
28
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
29
|
## [22.6.0](https://github.com/ornikar/eslint-configs/compare/v22.5.1...v22.6.0) (2026-04-17)
|
|
44
30
|
|
|
45
|
-
|
|
46
31
|
### Features
|
|
47
32
|
|
|
48
33
|
* add eslint-import-resolver-typescript to eslint-config [no issue] ([#794](https://github.com/ornikar/eslint-configs/issues/794)) ([82675ac](https://github.com/ornikar/eslint-configs/commit/82675ac1e7c82bec12ef4617affc42df0fc0b0d5))
|
|
49
34
|
|
|
50
|
-
|
|
51
|
-
|
|
52
35
|
## [22.5.1](https://github.com/ornikar/eslint-configs/compare/v22.5.0...v22.5.1) (2026-02-23)
|
|
53
36
|
|
|
54
37
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
55
38
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
39
|
## [22.5.0](https://github.com/ornikar/eslint-configs/compare/v22.4.0...v22.5.0) (2026-02-20)
|
|
61
40
|
|
|
62
|
-
|
|
63
41
|
### Features
|
|
64
42
|
|
|
65
43
|
* upgrade to Node 22 [no issue] ([#785](https://github.com/ornikar/eslint-configs/issues/785)) ([9ffed28](https://github.com/ornikar/eslint-configs/commit/9ffed28af08c5c1723f66e5cb04203edc73c2f9a))
|
|
66
44
|
|
|
67
|
-
|
|
68
|
-
|
|
69
45
|
## [22.4.0](https://github.com/ornikar/eslint-configs/compare/v22.3.1...v22.4.0) (2025-11-21)
|
|
70
46
|
|
|
71
47
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
72
48
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
49
|
## [22.3.0](https://github.com/ornikar/eslint-configs/compare/v22.2.0...v22.3.0) (2025-04-29)
|
|
78
50
|
|
|
79
51
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
80
52
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
53
|
## [22.2.0](https://github.com/ornikar/eslint-configs/compare/v22.1.0...v22.2.0) (2025-04-25)
|
|
86
54
|
|
|
87
55
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
88
56
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
57
|
## [22.1.0](https://github.com/ornikar/eslint-configs/compare/v22.0.1...v22.1.0) (2024-03-29)
|
|
94
58
|
|
|
95
59
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
96
60
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
61
|
## [22.0.1](https://github.com/ornikar/eslint-configs/compare/v22.0.0...v22.0.1) (2024-03-25)
|
|
102
62
|
|
|
103
63
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
104
64
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
65
|
## [22.0.0](https://github.com/ornikar/eslint-configs/compare/v21.3.0...v22.0.0) (2023-12-21)
|
|
110
66
|
|
|
111
|
-
|
|
112
67
|
### ⚠ BREAKING CHANGES
|
|
113
68
|
|
|
114
69
|
* node 20 OSE-6084 (#684)
|
|
@@ -117,36 +72,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
117
72
|
|
|
118
73
|
* node 20 OSE-6084 ([#684](https://github.com/ornikar/eslint-configs/issues/684)) ([aaa8fc2](https://github.com/ornikar/eslint-configs/commit/aaa8fc2bd56350b1ef826f677b73349897a2889e))
|
|
119
74
|
|
|
120
|
-
|
|
121
|
-
|
|
122
75
|
## [21.3.0](https://github.com/ornikar/eslint-configs/compare/v21.2.0...v21.3.0) (2023-11-17)
|
|
123
76
|
|
|
124
|
-
|
|
125
77
|
### Features
|
|
126
78
|
|
|
127
79
|
* **deps:** update dependency eslint-config-prettier to v9 ([#653](https://github.com/ornikar/eslint-configs/issues/653)) ([e7a1c09](https://github.com/ornikar/eslint-configs/commit/e7a1c09e1df2c3d50c27938f04941e8f26fcee5e))
|
|
128
80
|
|
|
129
|
-
|
|
130
|
-
|
|
131
81
|
## [21.2.0](https://github.com/ornikar/eslint-configs/compare/v21.1.0...v21.2.0) (2023-11-02)
|
|
132
82
|
|
|
133
83
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
134
84
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
85
|
## [21.1.0](https://github.com/ornikar/eslint-configs/compare/v21.0.0...v21.1.0) (2023-10-20)
|
|
140
86
|
|
|
141
87
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
142
88
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
89
|
## [21.0.0](https://github.com/ornikar/eslint-configs/compare/v20.2.1...v21.0.0) (2023-09-26)
|
|
148
90
|
|
|
149
|
-
|
|
150
91
|
### ⚠ BREAKING CHANGES
|
|
151
92
|
|
|
152
93
|
* update to node 18 ECF-280 (#615)
|
|
@@ -155,132 +96,77 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
155
96
|
|
|
156
97
|
* update to node 18 ECF-280 ([#615](https://github.com/ornikar/eslint-configs/issues/615)) ([51c7f5e](https://github.com/ornikar/eslint-configs/commit/51c7f5ee059a3517fba9ebec136e458d342c5c99))
|
|
157
98
|
|
|
158
|
-
|
|
159
|
-
|
|
160
99
|
## [20.2.1](https://github.com/ornikar/eslint-configs/compare/v20.2.0...v20.2.1) (2023-09-20)
|
|
161
100
|
|
|
162
101
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
163
102
|
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
103
|
## [20.2.0](https://github.com/ornikar/eslint-configs/compare/v20.1.1...v20.2.0) (2023-09-19)
|
|
169
104
|
|
|
170
|
-
|
|
171
105
|
### Features
|
|
172
106
|
|
|
173
107
|
* **eslint-plugin-ornikar:** react function return ReactNode [no issue] ([#599](https://github.com/ornikar/eslint-configs/issues/599)) ([2c39241](https://github.com/ornikar/eslint-configs/commit/2c39241f94fa75420c8e0b7885aa47c0dfaa18c4))
|
|
174
108
|
|
|
175
|
-
|
|
176
|
-
|
|
177
109
|
## [20.1.0](https://github.com/ornikar/eslint-configs/compare/v20.0.0...v20.1.0) (2023-09-15)
|
|
178
110
|
|
|
179
111
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
180
112
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
113
|
## [20.0.0](https://github.com/ornikar/eslint-configs/compare/v19.16.0...v20.0.0) (2023-09-06)
|
|
186
114
|
|
|
187
|
-
|
|
188
115
|
### Bug Fixes
|
|
189
116
|
|
|
190
117
|
* configure imports for base config [no issue] ([#576](https://github.com/ornikar/eslint-configs/issues/576)) ([bd2dc75](https://github.com/ornikar/eslint-configs/commit/bd2dc75f9b44eab3192e959d306cc9438957b841))
|
|
191
118
|
|
|
192
|
-
|
|
193
|
-
|
|
194
119
|
## [19.16.0](https://github.com/ornikar/eslint-configs/compare/v19.15.1...v19.16.0) (2023-06-07)
|
|
195
120
|
|
|
196
|
-
|
|
197
121
|
### Features
|
|
198
122
|
|
|
199
123
|
* **deps:** update dependency eslint-plugin-jest to v27.2.1 ING-1055 ([#454](https://github.com/ornikar/eslint-configs/issues/454)) ([574ecf4](https://github.com/ornikar/eslint-configs/commit/574ecf4801801228cd1214467aa9daf29dd1d57f))
|
|
200
124
|
|
|
201
|
-
|
|
202
|
-
|
|
203
125
|
## [19.15.1](https://github.com/ornikar/eslint-configs/compare/v19.15.0...v19.15.1) (2023-05-23)
|
|
204
126
|
|
|
205
|
-
|
|
206
127
|
### Bug Fixes
|
|
207
128
|
|
|
208
129
|
* require eslint 8.39.0 instead of 8.40.0 ([9d2ac60](https://github.com/ornikar/eslint-configs/commit/9d2ac602b8efecb05164b33fc06ac0b81b18d351))
|
|
209
130
|
|
|
210
|
-
|
|
211
|
-
|
|
212
131
|
## [19.15.0](https://github.com/ornikar/eslint-configs/compare/v19.14.0...v19.15.0) (2023-05-09)
|
|
213
132
|
|
|
214
133
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
215
134
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
135
|
## [19.14.0](https://github.com/ornikar/eslint-configs/compare/v19.13.0...v19.14.0) (2023-05-03)
|
|
221
136
|
|
|
222
137
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
223
138
|
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
139
|
## [19.13.0](https://github.com/ornikar/eslint-configs/compare/v19.12.0...v19.13.0) (2023-04-14)
|
|
229
140
|
|
|
230
141
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
231
142
|
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
143
|
## [19.12.0](https://github.com/ornikar/eslint-configs/compare/v19.11.0...v19.12.0) (2023-04-06)
|
|
237
144
|
|
|
238
|
-
|
|
239
145
|
### Features
|
|
240
146
|
|
|
241
147
|
* **deps:** update dependency eslint-plugin-simple-import-sort to v10 ([#506](https://github.com/ornikar/eslint-configs/issues/506)) ([8c44ae1](https://github.com/ornikar/eslint-configs/commit/8c44ae10895a1feafb51e8c604a24bd508bd5dd0))
|
|
242
148
|
* **eslint-config:** unicorn no-array-reduce with configured allowSimpleOperations [no issue] ([#493](https://github.com/ornikar/eslint-configs/issues/493)) ([858098e](https://github.com/ornikar/eslint-configs/commit/858098e60dadd7160471ca9c2c73d0c83234d28b))
|
|
243
149
|
|
|
244
|
-
|
|
245
|
-
|
|
246
150
|
# [19.11.0](https://github.com/ornikar/eslint-configs/compare/v19.10.0...v19.11.0) (2023-03-04)
|
|
247
151
|
|
|
248
152
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
249
153
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
154
|
# [19.10.0](https://github.com/ornikar/eslint-configs/compare/v19.9.1...v19.10.0) (2023-02-01)
|
|
255
155
|
|
|
256
|
-
|
|
257
156
|
### Features
|
|
258
157
|
|
|
259
158
|
* disable node/shebang for our js scripts ([#477](https://github.com/ornikar/eslint-configs/issues/477)) ([f118901](https://github.com/ornikar/eslint-configs/commit/f118901f1af3b19751c3c899c81d082ad94151e0))
|
|
260
159
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
160
|
## [19.9.1](https://github.com/ornikar/eslint-configs/compare/v19.9.0...v19.9.1) (2022-12-20)
|
|
266
161
|
|
|
267
162
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
268
163
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
164
|
# [19.9.0](https://github.com/ornikar/eslint-configs/compare/v19.8.0...v19.9.0) (2022-12-09)
|
|
274
165
|
|
|
275
166
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
276
167
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
168
|
# [19.7.0](https://github.com/ornikar/eslint-configs/compare/v19.6.0...v19.7.0) (2022-12-06)
|
|
282
169
|
|
|
283
|
-
|
|
284
170
|
### Features
|
|
285
171
|
|
|
286
172
|
* add no-invalid-remove-event-listener rule INS-1974 ([#436](https://github.com/ornikar/eslint-configs/issues/436)) ([9abccad](https://github.com/ornikar/eslint-configs/commit/9abccadf7b37ae1e98d026d26958a23f70fc5afa))
|
|
@@ -291,714 +177,412 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
291
177
|
* **eslint-config:** enable prefer-export-from ING-690 ([#435](https://github.com/ornikar/eslint-configs/issues/435)) ([c099f4e](https://github.com/ornikar/eslint-configs/commit/c099f4ebb460584b7da10321d17443e84a751696))
|
|
292
178
|
* **eslint-unicorn:** add eslint rules required to fixed argument [no issue] ([#447](https://github.com/ornikar/eslint-configs/issues/447)) ([74adf2c](https://github.com/ornikar/eslint-configs/commit/74adf2ceb917df34e135449b0b16475919bb3cf2))
|
|
293
179
|
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
180
|
# [19.5.0](https://github.com/ornikar/eslint-configs/compare/v19.4.0...v19.5.0) (2022-10-14)
|
|
299
181
|
|
|
300
|
-
|
|
301
182
|
### Features
|
|
302
183
|
|
|
303
184
|
* **eslint-config:** enable no-thenable rule [no issue] ([#405](https://github.com/ornikar/eslint-configs/issues/405)) ([8125fec](https://github.com/ornikar/eslint-configs/commit/8125fecc3ec03db5cf83c54da4ae87118375396d))
|
|
304
185
|
* update param name of unicorn/catch-error-name from err to error ING-666 ([#396](https://github.com/ornikar/eslint-configs/issues/396)) ([dc1b320](https://github.com/ornikar/eslint-configs/commit/dc1b32009fb280fdc886186266e0da8bc905b048))
|
|
305
186
|
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
187
|
# [19.4.0](https://github.com/ornikar/eslint-configs/compare/v19.3.1...v19.4.0) (2022-09-16)
|
|
311
188
|
|
|
312
|
-
|
|
313
189
|
### Features
|
|
314
190
|
|
|
315
191
|
* add prefer-logical-operator-over-ternary INS-1931 ([#393](https://github.com/ornikar/eslint-configs/issues/393)) ([927e798](https://github.com/ornikar/eslint-configs/commit/927e79863f659214ba709553725bbb92de2575e9))
|
|
316
192
|
* **unicorn:** add no-unreadable-iife [no issue] ([#389](https://github.com/ornikar/eslint-configs/issues/389)) ([01d1c62](https://github.com/ornikar/eslint-configs/commit/01d1c6294bbf582821944647b624c42ebb4dd268))
|
|
317
193
|
* **unicorn:** add relative-url-style [no issue] ([#390](https://github.com/ornikar/eslint-configs/issues/390)) ([59d045a](https://github.com/ornikar/eslint-configs/commit/59d045aa8c398b1af1e321573d6c8b0721a7d7f5))
|
|
318
194
|
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
195
|
## [19.3.1](https://github.com/ornikar/eslint-configs/compare/v19.3.0...v19.3.1) (2022-09-01)
|
|
324
196
|
|
|
325
197
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
326
198
|
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
199
|
# [19.3.0](https://github.com/ornikar/eslint-configs/compare/v19.2.0...v19.3.0) (2022-08-30)
|
|
332
200
|
|
|
333
|
-
|
|
334
201
|
### Features
|
|
335
202
|
|
|
336
203
|
* **eslint-config-typescript-nestjs:** initial setup [no issue] ([#383](https://github.com/ornikar/eslint-configs/issues/383)) ([f82e3ef](https://github.com/ornikar/eslint-configs/commit/f82e3ef04bedb15a0836ebe5261b07209f2f9e62))
|
|
337
204
|
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
205
|
# [19.2.0](https://github.com/ornikar/eslint-configs/compare/v19.1.0...v19.2.0) (2022-08-19)
|
|
343
206
|
|
|
344
|
-
|
|
345
207
|
### Features
|
|
346
208
|
|
|
347
209
|
* **eslint-config:** enable text-encoding-identifier-case and prefer-json-parse-buffer ARCH-1562 ([#372](https://github.com/ornikar/eslint-configs/issues/372)) ([d5dca06](https://github.com/ornikar/eslint-configs/commit/d5dca0679aa4f65de8381d23d621600d1e50f215))
|
|
348
210
|
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
211
|
# [19.1.0](https://github.com/ornikar/eslint-configs/compare/v19.0.0...v19.1.0) (2022-07-22)
|
|
354
212
|
|
|
355
213
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
356
214
|
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
215
|
# [19.0.0](https://github.com/ornikar/eslint-configs/compare/v18.13.0...v19.0.0) (2022-07-19)
|
|
362
216
|
|
|
363
|
-
|
|
364
217
|
### Bug Fixes
|
|
365
218
|
|
|
366
219
|
* unicorn/expiring-todo-comments as error ([f56d1e7](https://github.com/ornikar/eslint-configs/commit/f56d1e748388e8168b2851177869a4c551e761b3))
|
|
367
220
|
|
|
368
|
-
|
|
369
221
|
### chore
|
|
370
222
|
|
|
371
223
|
* **deps:** update dependency eslint-plugin-unicorn to v43 ([#344](https://github.com/ornikar/eslint-configs/issues/344)) ([dc66d53](https://github.com/ornikar/eslint-configs/commit/dc66d533caf6d79b5e332b8ce8e2f8c37dec962d))
|
|
372
224
|
* **deps:** update frontend orb to v5 ([#340](https://github.com/ornikar/eslint-configs/issues/340)) ([82a0a41](https://github.com/ornikar/eslint-configs/commit/82a0a41861001c2a3bc2927e21cc75c85094814e))
|
|
373
225
|
|
|
374
|
-
|
|
375
226
|
### BREAKING CHANGES
|
|
376
227
|
|
|
377
228
|
* **deps:** requires eslint 8.18
|
|
378
229
|
* **deps:** requires node 16
|
|
379
230
|
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
231
|
# [18.13.0](https://github.com/ornikar/eslint-configs/compare/v18.12.0...v18.13.0) (2022-07-01)
|
|
385
232
|
|
|
386
233
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
387
234
|
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
235
|
# [18.12.0](https://github.com/ornikar/eslint-configs/compare/v18.11.0...v18.12.0) (2022-06-08)
|
|
393
236
|
|
|
394
|
-
|
|
395
237
|
### Bug Fixes
|
|
396
238
|
|
|
397
239
|
* tests override extends from parent configs [no issue] ([#325](https://github.com/ornikar/eslint-configs/issues/325)) ([5364d72](https://github.com/ornikar/eslint-configs/commit/5364d72b10b105d6d6c1f8925578821a15db516c))
|
|
398
240
|
|
|
399
|
-
|
|
400
241
|
### Features
|
|
401
242
|
|
|
402
243
|
* **eslint-config:** no-array-push-push [no issue] ([#324](https://github.com/ornikar/eslint-configs/issues/324)) ([88bc3d9](https://github.com/ornikar/eslint-configs/commit/88bc3d93c8ff2ff139ff7cb6f9c7adea8fb0390c))
|
|
403
244
|
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
245
|
# [18.11.0](https://github.com/ornikar/eslint-configs/compare/v18.10.0...v18.11.0) (2022-06-07)
|
|
409
246
|
|
|
410
|
-
|
|
411
247
|
### Features
|
|
412
248
|
|
|
413
249
|
* disable no-process-exit rule from eslint-plugin-node [no issue] ([#322](https://github.com/ornikar/eslint-configs/issues/322)) ([f51fd2c](https://github.com/ornikar/eslint-configs/commit/f51fd2c5deecdda56d8746c1e8ab951ca5e9e0dc))
|
|
414
250
|
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
251
|
# [18.10.0](https://github.com/ornikar/eslint-configs/compare/v18.9.0...v18.10.0) (2022-05-31)
|
|
420
252
|
|
|
421
|
-
|
|
422
253
|
### Bug Fixes
|
|
423
254
|
|
|
424
255
|
* **eslint-config:** allow non-linteral fs filename for tests ([31cc2f3](https://github.com/ornikar/eslint-configs/commit/31cc2f3d98a415956122a315ec742ed30120865e))
|
|
425
256
|
|
|
426
|
-
|
|
427
257
|
### Features
|
|
428
258
|
|
|
429
259
|
* **eslint-config:** prefer-native-coercion-functions ([#311](https://github.com/ornikar/eslint-configs/issues/311)) ([ecb42c7](https://github.com/ornikar/eslint-configs/commit/ecb42c7146cee49d705357bfe29e68d7438c1859))
|
|
430
260
|
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
261
|
# [18.9.0](https://github.com/ornikar/eslint-configs/compare/v18.8.0...v18.9.0) (2022-05-31)
|
|
436
262
|
|
|
437
|
-
|
|
438
263
|
### Bug Fixes
|
|
439
264
|
|
|
440
265
|
* **eslint-config:** allow non-linteral fs filename for dev scripts ([9a28882](https://github.com/ornikar/eslint-configs/commit/9a288820bc48fe2e428235b4b0d5c629c5d8367e))
|
|
441
266
|
|
|
442
|
-
|
|
443
267
|
### Features
|
|
444
268
|
|
|
445
269
|
* **eslint-config:** enable unicorn/prefer-modern-math-apis [no issue] ([#309](https://github.com/ornikar/eslint-configs/issues/309)) ([1e2d294](https://github.com/ornikar/eslint-configs/commit/1e2d294030c4604afdf0cbcf9406302113cac64b))
|
|
446
270
|
* replace eslint-plugin-node by eslint-plugin-n [no issue] ([#310](https://github.com/ornikar/eslint-configs/issues/310)) ([8fd3c19](https://github.com/ornikar/eslint-configs/commit/8fd3c19df11d15cff679e0880f20e8b032c73e5c))
|
|
447
271
|
* update expiring todo comments [no issue] ([#297](https://github.com/ornikar/eslint-configs/issues/297)) ([0cc2e08](https://github.com/ornikar/eslint-configs/commit/0cc2e0835a1f5fb7fbe3ed76bea5d1242b02c479))
|
|
448
272
|
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
273
|
# [18.8.0](https://github.com/ornikar/eslint-configs/compare/v18.7.0...v18.8.0) (2022-05-02)
|
|
454
274
|
|
|
455
|
-
|
|
456
275
|
### Features
|
|
457
276
|
|
|
458
277
|
* **eslint-config:** add jest rules [no issue] ([#303](https://github.com/ornikar/eslint-configs/issues/303)) ([de715cb](https://github.com/ornikar/eslint-configs/commit/de715cbfff5d22cc7d5fc3df140ec1c9c95685ad))
|
|
459
278
|
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
279
|
# [18.7.0](https://github.com/ornikar/eslint-configs/compare/v18.6.0...v18.7.0) (2022-04-29)
|
|
465
280
|
|
|
466
|
-
|
|
467
281
|
### Features
|
|
468
282
|
|
|
469
283
|
* add and configure eslint-plugin-security ARCH-1520 ([#298](https://github.com/ornikar/eslint-configs/issues/298)) ([9168a5e](https://github.com/ornikar/eslint-configs/commit/9168a5e66ec174570e063cebcb5eb47ea178deba))
|
|
470
284
|
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
285
|
# [18.6.0](https://github.com/ornikar/eslint-configs/compare/v18.5.0...v18.6.0) (2022-04-26)
|
|
476
286
|
|
|
477
|
-
|
|
478
287
|
### Features
|
|
479
288
|
|
|
480
289
|
* **eslint-config-typescript:** disable node/no-unsupported-features for typescript ([481cf34](https://github.com/ornikar/eslint-configs/commit/481cf34f221138b5c6691dc9031571c34f703651))
|
|
481
290
|
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
291
|
# [18.5.0](https://github.com/ornikar/eslint-configs/compare/v18.4.0...v18.5.0) (2022-04-26)
|
|
487
292
|
|
|
488
|
-
|
|
489
293
|
### Features
|
|
490
294
|
|
|
491
295
|
* **eslint-config:** configure ecmaVersion ([e72397c](https://github.com/ornikar/eslint-configs/commit/e72397c55e328216119048c192fac316ece7c6e8))
|
|
492
296
|
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
297
|
# [18.4.0](https://github.com/ornikar/eslint-configs/compare/v18.3.0...v18.4.0) (2022-04-22)
|
|
498
298
|
|
|
499
299
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
500
300
|
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
301
|
# [18.3.0](https://github.com/ornikar/eslint-configs/compare/v18.2.1...v18.3.0) (2022-03-23)
|
|
506
302
|
|
|
507
|
-
|
|
508
303
|
### Features
|
|
509
304
|
|
|
510
305
|
* **eslint-config:** require array join separator [no issue] ([#266](https://github.com/ornikar/eslint-configs/issues/266)) ([a7020a9](https://github.com/ornikar/eslint-configs/commit/a7020a9711c9c925e14f37abf6df3c4083eab761))
|
|
511
306
|
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
307
|
# [18.2.0](https://github.com/ornikar/eslint-configs/compare/v18.1.0...v18.2.0) (2022-03-17)
|
|
517
308
|
|
|
518
|
-
|
|
519
309
|
### Features
|
|
520
310
|
|
|
521
311
|
* **eslint-config:** add tests-override config ([175aeed](https://github.com/ornikar/eslint-configs/commit/175aeedfdaf8f009c08db0fad7cdd85edf411248))
|
|
522
312
|
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
313
|
# [18.1.0](https://github.com/ornikar/eslint-configs/compare/v18.0.0...v18.1.0) (2022-03-15)
|
|
528
314
|
|
|
529
|
-
|
|
530
315
|
### Features
|
|
531
316
|
|
|
532
317
|
* **eslint-config:** enable unicorn/no-useless-fallback-in-spread [no issue] ([#251](https://github.com/ornikar/eslint-configs/issues/251)) ([0ed54ca](https://github.com/ornikar/eslint-configs/commit/0ed54ca201f1de83d69b03472c2b690f4a0e3f7d))
|
|
533
318
|
* prefer-array-some is now in error mode ([#254](https://github.com/ornikar/eslint-configs/issues/254)) ([8596e75](https://github.com/ornikar/eslint-configs/commit/8596e7561b421f9f61464ce0a2249d1131e23423))
|
|
534
319
|
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
320
|
# [18.0.0](https://github.com/ornikar/eslint-configs/compare/v17.0.0...v18.0.0) (2022-03-01)
|
|
540
321
|
|
|
541
|
-
|
|
542
322
|
### chore
|
|
543
323
|
|
|
544
324
|
* **deps:** update dependency eslint to v8 ([#243](https://github.com/ornikar/eslint-configs/issues/243)) ([0789aee](https://github.com/ornikar/eslint-configs/commit/0789aee18b6a74673d187b3348faef8a792edae9))
|
|
545
325
|
|
|
546
|
-
|
|
547
326
|
### Features
|
|
548
327
|
|
|
549
328
|
* **deps:** update dependency eslint-config-airbnb to v19 ([#208](https://github.com/ornikar/eslint-configs/issues/208)) ([89d1da2](https://github.com/ornikar/eslint-configs/commit/89d1da243d6c6e99a836e4164fed38be771536a4))
|
|
550
329
|
* disable naming convention when eslint is not ran from vscode extension [no issue] ([#247](https://github.com/ornikar/eslint-configs/issues/247)) ([b667a47](https://github.com/ornikar/eslint-configs/commit/b667a4778af7645b6d2e4d8f2fabcc375aff3e1a))
|
|
551
330
|
|
|
552
|
-
|
|
553
331
|
### BREAKING CHANGES
|
|
554
332
|
|
|
555
333
|
* **deps:** requires eslint 8
|
|
556
334
|
* **deps:** new rules added by the update of plugins and configs
|
|
557
335
|
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
336
|
# [17.0.0](https://github.com/ornikar/eslint-configs/compare/v16.5.1...v17.0.0) (2022-01-07)
|
|
563
337
|
|
|
564
338
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
565
339
|
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
340
|
# [16.4.0](https://github.com/ornikar/eslint-configs/compare/v16.3.0...v16.4.0) (2021-12-21)
|
|
571
341
|
|
|
572
|
-
|
|
573
342
|
### Features
|
|
574
343
|
|
|
575
344
|
* **eslint-config:** enable unicorn/no-useless-length-check [no issue] ([#215](https://github.com/ornikar/eslint-configs/issues/215)) ([05bdd52](https://github.com/ornikar/eslint-configs/commit/05bdd52f80c480e98fe32baa25b09c8f8b09e43f))
|
|
576
345
|
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
346
|
# [16.3.0](https://github.com/ornikar/eslint-configs/compare/v16.2.0...v16.3.0) (2021-12-21)
|
|
582
347
|
|
|
583
|
-
|
|
584
348
|
### Bug Fixes
|
|
585
349
|
|
|
586
350
|
* disable unicorn/prefer-at [no issue] ([#211](https://github.com/ornikar/eslint-configs/issues/211)) ([06b88cb](https://github.com/ornikar/eslint-configs/commit/06b88cb15dccfb0d59dfd523f2378ac46b22c54a))
|
|
587
351
|
|
|
588
|
-
|
|
589
352
|
### Features
|
|
590
353
|
|
|
591
354
|
* **eslint-config:** enable unicorn/no-useless-spread [no issue] ([#213](https://github.com/ornikar/eslint-configs/issues/213)) ([2d389d0](https://github.com/ornikar/eslint-configs/commit/2d389d053a42941a287a347d58453e40fca8a064))
|
|
592
355
|
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
356
|
# [16.2.0](https://github.com/ornikar/eslint-configs/compare/v16.1.1...v16.2.0) (2021-12-09)
|
|
598
357
|
|
|
599
|
-
|
|
600
358
|
### Bug Fixes
|
|
601
359
|
|
|
602
360
|
* downgrade node requirement [no issue] ([#204](https://github.com/ornikar/eslint-configs/issues/204)) ([a2ee3e0](https://github.com/ornikar/eslint-configs/commit/a2ee3e01d6a135520be4730581e540e6b33da5c9))
|
|
603
361
|
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
362
|
# [16.0.0](https://github.com/ornikar/eslint-configs/compare/v15.5.1...v16.0.0) (2021-12-07)
|
|
609
363
|
|
|
610
|
-
|
|
611
364
|
### Bug Fixes
|
|
612
365
|
|
|
613
366
|
* **eslint-config:** really disable unicorn/prefer-at for node [no issue] ([#191](https://github.com/ornikar/eslint-configs/issues/191)) ([26733f2](https://github.com/ornikar/eslint-configs/commit/26733f2e5a10fd5b50539e44189da954383cae23))
|
|
614
367
|
|
|
615
|
-
|
|
616
368
|
### chore
|
|
617
369
|
|
|
618
370
|
* **deps:** update frontend orb to v4 ([#127](https://github.com/ornikar/eslint-configs/issues/127)) ([786c9bb](https://github.com/ornikar/eslint-configs/commit/786c9bbe02613864b5f87e7295a8fdaf42c8b8d7))
|
|
619
371
|
|
|
620
|
-
|
|
621
372
|
### Features
|
|
622
373
|
|
|
623
374
|
* **eslint-config:** enable unicorn/no-new-array [no issue] ([#196](https://github.com/ornikar/eslint-configs/issues/196)) ([f0c4495](https://github.com/ornikar/eslint-configs/commit/f0c4495142ca5acf9ec6636c0fd4b235ce468aa0))
|
|
624
375
|
* **eslint-config:** enable unicorn/prefer-object-from-entries [no issue] ([#197](https://github.com/ornikar/eslint-configs/issues/197)) ([e10edbf](https://github.com/ornikar/eslint-configs/commit/e10edbf686fd05d0d88a7448242c3184c9fdccc3))
|
|
625
376
|
|
|
626
|
-
|
|
627
377
|
### BREAKING CHANGES
|
|
628
378
|
|
|
629
379
|
* **deps:** unicorn/prefer-array-flat-map is enabled. Make sure you have the right polyfills if needed ; requires node >= 14.17.6 ; ; #
|
|
630
380
|
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
381
|
## [15.5.1](https://github.com/ornikar/eslint-configs/compare/v15.5.0...v15.5.1) (2021-12-02)
|
|
636
382
|
|
|
637
|
-
|
|
638
383
|
### Bug Fixes
|
|
639
384
|
|
|
640
385
|
* disable unicorn/prefer-at for node [no issue] ([#182](https://github.com/ornikar/eslint-configs/issues/182)) ([61bc652](https://github.com/ornikar/eslint-configs/commit/61bc6528494aa2af92482d56c2bc06fa94b0dfda))
|
|
641
386
|
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
387
|
# [15.5.0](https://github.com/ornikar/eslint-configs/compare/v15.4.0...v15.5.0) (2021-11-22)
|
|
647
388
|
|
|
648
|
-
|
|
649
389
|
### Features
|
|
650
390
|
|
|
651
391
|
* set unicorn/prefer-at rule to error ([#173](https://github.com/ornikar/eslint-configs/issues/173)) ([1ab6894](https://github.com/ornikar/eslint-configs/commit/1ab6894a486f7bd7f8b6e172eb0ac41fad37f3ed))
|
|
652
392
|
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
393
|
# [15.4.0](https://github.com/ornikar/eslint-configs/compare/v15.3.0...v15.4.0) (2021-11-15)
|
|
658
394
|
|
|
659
|
-
|
|
660
395
|
### Features
|
|
661
396
|
|
|
662
397
|
* set unicorn/prefer-regexp-test rule to error ([#168](https://github.com/ornikar/eslint-configs/issues/168)) ([14c757b](https://github.com/ornikar/eslint-configs/commit/14c757b8fe4f178c2deddfafbae0c626a4d69c44))
|
|
663
398
|
* set uprefer-switch rule ([#169](https://github.com/ornikar/eslint-configs/issues/169)) ([878fe2f](https://github.com/ornikar/eslint-configs/commit/878fe2f787c8e21ab55933d5fa71a54a9af1a0ad))
|
|
664
399
|
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
400
|
# [15.3.0](https://github.com/ornikar/eslint-configs/compare/v15.2.0...v15.3.0) (2021-11-15)
|
|
670
401
|
|
|
671
|
-
|
|
672
402
|
### Features
|
|
673
403
|
|
|
674
404
|
* enable prefer-date-now [no issue] ([#167](https://github.com/ornikar/eslint-configs/issues/167)) ([c30ca41](https://github.com/ornikar/eslint-configs/commit/c30ca41fbe247d94cf98512030e5749ae311f9a7))
|
|
675
405
|
* sort imports and exports [no issue] ([#166](https://github.com/ornikar/eslint-configs/issues/166)) ([b5fa982](https://github.com/ornikar/eslint-configs/commit/b5fa982fab11d623f910dd90a0723480c247b246))
|
|
676
406
|
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
407
|
# [15.2.0](https://github.com/ornikar/eslint-configs/compare/v15.1.0...v15.2.0) (2021-11-04)
|
|
682
408
|
|
|
683
|
-
|
|
684
409
|
### Features
|
|
685
410
|
|
|
686
411
|
* add unicorn/prefer-array-index-of linting rule [no issue] ([#163](https://github.com/ornikar/eslint-configs/issues/163)) ([5e0452f](https://github.com/ornikar/eslint-configs/commit/5e0452f5e8df23c2595023e055ae7437beb75430))
|
|
687
412
|
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
413
|
# [15.1.0](https://github.com/ornikar/eslint-configs/compare/v15.0.0...v15.1.0) (2021-11-03)
|
|
693
414
|
|
|
694
|
-
|
|
695
415
|
### Features
|
|
696
416
|
|
|
697
417
|
* add unicorn/prefer-array-some linting rule ([#162](https://github.com/ornikar/eslint-configs/issues/162)) ([edfe939](https://github.com/ornikar/eslint-configs/commit/edfe9391f4a9155ec466668a459249410d40d69d))
|
|
698
418
|
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
419
|
# [15.0.0](https://github.com/ornikar/eslint-configs/compare/v14.7.1...v15.0.0) (2021-10-25)
|
|
704
420
|
|
|
705
|
-
|
|
706
421
|
### chore
|
|
707
422
|
|
|
708
423
|
* **deps:** update dependency eslint-plugin-unicorn to v37 ([#137](https://github.com/ornikar/eslint-configs/issues/137)) ([3ac2475](https://github.com/ornikar/eslint-configs/commit/3ac2475f6a12df0643abb9a62bd56eefc5f8e95b))
|
|
709
424
|
|
|
710
|
-
|
|
711
425
|
### BREAKING CHANGES
|
|
712
426
|
|
|
713
427
|
* **deps:** requires eslint ^7.32.0
|
|
714
428
|
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
429
|
# [14.6.0](https://github.com/ornikar/eslint-configs/compare/v14.5.0...v14.6.0) (2021-10-19)
|
|
720
430
|
|
|
721
|
-
|
|
722
431
|
### Features
|
|
723
432
|
|
|
724
433
|
* add eslint rules for 09-2021 eslint meeting ([#134](https://github.com/ornikar/eslint-configs/issues/134)) ([5bf73bd](https://github.com/ornikar/eslint-configs/commit/5bf73bd74873629b4122d5471baee80b6fb56b24))
|
|
725
434
|
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
435
|
# [14.5.0](https://github.com/ornikar/eslint-configs/compare/v14.4.0...v14.5.0) (2021-09-21)
|
|
731
436
|
|
|
732
437
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
733
438
|
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
439
|
# [14.3.0](https://github.com/ornikar/eslint-configs/compare/v14.2.1...v14.3.0) (2021-08-05)
|
|
739
440
|
|
|
740
441
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
741
442
|
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
443
|
# [14.2.0](https://github.com/ornikar/eslint-configs/compare/v14.1.0...v14.2.0) (2021-06-22)
|
|
747
444
|
|
|
748
445
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
749
446
|
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
447
|
# [14.1.0](https://github.com/ornikar/eslint-configs/compare/v14.0.1...v14.1.0) (2021-06-03)
|
|
755
448
|
|
|
756
449
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
757
450
|
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
451
|
## [14.0.1](https://github.com/ornikar/eslint-configs/compare/v14.0.0...v14.0.1) (2021-05-03)
|
|
763
452
|
|
|
764
|
-
|
|
765
453
|
### Bug Fixes
|
|
766
454
|
|
|
767
455
|
* **eslint-config:** node restricted-syntax [no issue] ([#37](https://github.com/ornikar/eslint-configs/issues/37)) ([94ec626](https://github.com/ornikar/eslint-configs/commit/94ec6264582bd49e6a9346e87af52a23bc0fd4df))
|
|
768
456
|
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
457
|
# [14.0.0](https://github.com/ornikar/eslint-configs/compare/v13.3.0...v14.0.0) (2021-04-26)
|
|
774
458
|
|
|
775
|
-
|
|
776
459
|
### Features
|
|
777
460
|
|
|
778
461
|
* require eslint 7.25 ([ea9aefd](https://github.com/ornikar/eslint-configs/commit/ea9aefd7cf356fccd43a8288ca53e245186a1b87))
|
|
779
462
|
|
|
780
|
-
|
|
781
463
|
### BREAKING CHANGES
|
|
782
464
|
|
|
783
465
|
* requires eslint 7.25
|
|
784
466
|
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
467
|
# [13.3.0](https://github.com/ornikar/eslint-configs/compare/v13.2.0...v13.3.0) (2021-04-26)
|
|
790
468
|
|
|
791
|
-
|
|
792
469
|
### Features
|
|
793
470
|
|
|
794
471
|
* eslint 7 ARCH-1173 ([#33](https://github.com/ornikar/eslint-configs/issues/33)) ([92e14bd](https://github.com/ornikar/eslint-configs/commit/92e14bd2b48d403dceaaa188156b321f6b37118b))
|
|
795
472
|
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
473
|
# [13.2.0](https://github.com/ornikar/eslint-configs/compare/v13.1.0...v13.2.0) (2021-04-09)
|
|
801
474
|
|
|
802
|
-
|
|
803
475
|
### Features
|
|
804
476
|
|
|
805
477
|
* change `import/order` to sort imports alphabetically ARCH-1183 ([#26](https://github.com/ornikar/eslint-configs/issues/26)) ([9148f7a](https://github.com/ornikar/eslint-configs/commit/9148f7aabde0f24e8222734e4b9047f6bda5896e))
|
|
806
478
|
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
479
|
# [13.1.0](https://github.com/ornikar/eslint-configs/compare/v13.0.1...v13.1.0) (2021-03-12)
|
|
812
480
|
|
|
813
|
-
|
|
814
481
|
### Features
|
|
815
482
|
|
|
816
483
|
* remove max-lines rule [no issue] ([#17](https://github.com/ornikar/eslint-configs/issues/17)) ([0d2a324](https://github.com/ornikar/eslint-configs/commit/0d2a3245139ddf05b5b1e2c94685e3da6a2dcd40))
|
|
817
484
|
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
485
|
## [13.0.1](https://github.com/ornikar/eslint-configs/compare/v13.0.0...v13.0.1) (2021-02-10)
|
|
823
486
|
|
|
824
|
-
|
|
825
487
|
### Bug Fixes
|
|
826
488
|
|
|
827
489
|
* move import/extensions rule in eslint-config [no issue] ([#9](https://github.com/ornikar/eslint-configs/issues/9)) ([e49082a](https://github.com/ornikar/eslint-configs/commit/e49082ae33812e50cbe41ff7d62d569fbc4b9715))
|
|
828
490
|
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
491
|
# [13.0.0](https://github.com/ornikar/eslint-configs/compare/v12.4.0...v13.0.0) (2021-02-09)
|
|
834
492
|
|
|
835
493
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
836
494
|
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
495
|
# [12.4.0](https://github.com/ornikar/eslint-configs/compare/v12.3.0...v12.4.0) (2021-02-09)
|
|
842
496
|
|
|
843
|
-
|
|
844
497
|
### Features
|
|
845
498
|
|
|
846
|
-
* **eslint-config:** add config for rollup ARCH-826 ([#7](https://github.com/ornikar/eslint-configs/issues/7)) ([d873db0](https://github.com/ornikar/eslint-configs/commit/d873db02e1fbda0349eccbff15ad9ff08225ca7d))
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
499
|
+
* **eslint-config:** add config for rollup ARCH-826 ([#7](https://github.com/ornikar/eslint-configs/issues/7)) ([d873db0](https://github.com/ornikar/eslint-configs/commit/d873db02e1fbda0349eccbff15ad9ff08225ca7d))
|
|
851
500
|
|
|
852
501
|
# [12.3.0](https://github.com/ornikar/eslint-configs/compare/v12.2.0...v12.3.0) (2021-02-08)
|
|
853
502
|
|
|
854
|
-
|
|
855
503
|
### Features
|
|
856
504
|
|
|
857
505
|
* move node config ARCH-824 ([#3](https://github.com/ornikar/eslint-configs/issues/3)) ([1c01b76](https://github.com/ornikar/eslint-configs/commit/1c01b76a4a3f72eb639658e2ac923a7a8891d2c2))
|
|
858
506
|
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
507
|
# [12.2.0](https://github.com/ornikar/eslint-configs/compare/v12.1.0...v12.2.0) (2021-02-01)
|
|
864
508
|
|
|
865
|
-
|
|
866
509
|
### Features
|
|
867
510
|
|
|
868
511
|
* create eslint-configs repository ([9540d77](https://github.com/ornikar/eslint-configs/commit/9540d77281923524bdb96fbf8b86334d93b5f669))
|
|
869
512
|
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
513
|
# [12.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@12.0.0...@ornikar/eslint-config@12.1.0) (2021-01-27)
|
|
875
514
|
|
|
876
|
-
|
|
877
515
|
### Features
|
|
878
516
|
|
|
879
517
|
* require node 12 fist lts [no issue] ([#449](https://github.com/ornikar/shared-configs/issues/449)) ([b8e612b](https://github.com/ornikar/shared-configs/commit/b8e612bc7e0573fd52023f8eea78e95e321567e5))
|
|
880
518
|
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
519
|
# [12.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@11.3.2...@ornikar/eslint-config@12.0.0) (2021-01-20)
|
|
886
520
|
|
|
887
|
-
|
|
888
521
|
### Features
|
|
889
522
|
|
|
890
523
|
* use prettier outside eslint [no issue] ([#446](https://github.com/ornikar/shared-configs/issues/446)) ([2ad3f10](https://github.com/ornikar/shared-configs/commit/2ad3f10db28d7dcceaf388c180b2f6e8961cf552))
|
|
891
524
|
|
|
892
|
-
|
|
893
525
|
### BREAKING CHANGES
|
|
894
526
|
|
|
895
527
|
* requires prettier to run outside eslint
|
|
896
528
|
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
529
|
## [11.3.2](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@11.3.1...@ornikar/eslint-config@11.3.2) (2020-09-18)
|
|
902
530
|
|
|
903
531
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
904
532
|
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
533
|
## [11.3.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@11.3.0...@ornikar/eslint-config@11.3.1) (2020-09-04)
|
|
910
534
|
|
|
911
535
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
912
536
|
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
537
|
# [11.3.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@11.2.0...@ornikar/eslint-config@11.3.0) (2020-08-12)
|
|
918
538
|
|
|
919
|
-
|
|
920
539
|
### Features
|
|
921
540
|
|
|
922
541
|
* **eslint-config:** remove complexity rule ([#415](https://github.com/ornikar/shared-configs/issues/415)) ([fbbb909](https://github.com/ornikar/shared-configs/commit/fbbb909cfb7042d86693bae0eba9203f64718b74))
|
|
923
542
|
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
543
|
# [11.2.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@11.1.1...@ornikar/eslint-config@11.2.0) (2020-07-28)
|
|
929
544
|
|
|
930
|
-
|
|
931
545
|
### Features
|
|
932
546
|
|
|
933
547
|
* **eslint-config:** allow underscore dangle for __typename field [no issue] ([#416](https://github.com/ornikar/shared-configs/issues/416)) ([c77998a](https://github.com/ornikar/shared-configs/commit/c77998a2fefe6136649a18998983a2bf7519cb1c))
|
|
934
548
|
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
549
|
## [11.1.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@11.1.0...@ornikar/eslint-config@11.1.1) (2020-07-10)
|
|
940
550
|
|
|
941
551
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
942
552
|
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
553
|
# [11.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@11.0.1...@ornikar/eslint-config@11.1.0) (2020-05-25)
|
|
948
554
|
|
|
949
|
-
|
|
950
555
|
### Features
|
|
951
556
|
|
|
952
557
|
* support node 12.16.1 for renovate [no issue] ([#383](https://github.com/ornikar/shared-configs/issues/383)) ([77c0ef4](https://github.com/ornikar/shared-configs/commit/77c0ef4))
|
|
953
558
|
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
559
|
## [11.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@11.0.0...@ornikar/eslint-config@11.0.1) (2020-05-05)
|
|
959
560
|
|
|
960
|
-
|
|
961
561
|
### Bug Fixes
|
|
962
562
|
|
|
963
563
|
* update eslint-plugin-import ([4858d97](https://github.com/ornikar/shared-configs/commit/4858d97))
|
|
964
564
|
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
565
|
# [11.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@10.0.1...@ornikar/eslint-config@11.0.0) (2020-05-05)
|
|
970
566
|
|
|
971
|
-
|
|
972
567
|
### chore
|
|
973
568
|
|
|
974
569
|
* checks ([#369](https://github.com/ornikar/shared-configs/issues/369)) ([a30526e](https://github.com/ornikar/shared-configs/commit/a30526e))
|
|
975
570
|
|
|
976
|
-
|
|
977
571
|
### BREAKING CHANGES
|
|
978
572
|
|
|
979
573
|
* some peer dependencies changed
|
|
980
574
|
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
575
|
## [10.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@10.0.0...@ornikar/eslint-config@10.0.1) (2020-04-29)
|
|
986
576
|
|
|
987
577
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
988
578
|
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
579
|
# [10.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@9.0.2...@ornikar/eslint-config@10.0.0) (2020-04-21)
|
|
994
580
|
|
|
995
|
-
|
|
996
581
|
### Features
|
|
997
582
|
|
|
998
583
|
* require prettier version to new major [no issue] ([#353](https://github.com/ornikar/shared-configs/issues/353)) ([e3e8237](https://github.com/ornikar/shared-configs/commit/e3e8237))
|
|
999
584
|
* update node version to 12 [no issue] ([#354](https://github.com/ornikar/shared-configs/issues/354)) ([6276917](https://github.com/ornikar/shared-configs/commit/6276917))
|
|
1000
585
|
|
|
1001
|
-
|
|
1002
586
|
### BREAKING CHANGES
|
|
1003
587
|
|
|
1004
588
|
* prettier version
|
|
@@ -1022,37 +606,22 @@ Co-authored-by: Christophe Hurpeau <christophe@hurpeau.com>
|
|
|
1022
606
|
|
|
1023
607
|
* Update config.yml
|
|
1024
608
|
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
609
|
## [9.0.2](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@9.0.1...@ornikar/eslint-config@9.0.2) (2020-01-22)
|
|
1030
610
|
|
|
1031
611
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1032
612
|
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
613
|
## [9.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@9.0.0...@ornikar/eslint-config@9.0.1) (2019-12-20)
|
|
1038
614
|
|
|
1039
|
-
|
|
1040
615
|
### Bug Fixes
|
|
1041
616
|
|
|
1042
617
|
* disable unicorn/consistent-function-scoping [no issue] ([#301](https://github.com/ornikar/shared-configs/issues/301)) ([c1aedcb](https://github.com/ornikar/shared-configs/commit/c1aedcb))
|
|
1043
618
|
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
619
|
# [9.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@8.2.5...@ornikar/eslint-config@9.0.0) (2019-12-13)
|
|
1049
620
|
|
|
1050
|
-
|
|
1051
621
|
### Features
|
|
1052
622
|
|
|
1053
623
|
* eslint 6 [no issue] ([#298](https://github.com/ornikar/shared-configs/issues/298)) ([4bd9bf8](https://github.com/ornikar/shared-configs/commit/4bd9bf8))
|
|
1054
624
|
|
|
1055
|
-
|
|
1056
625
|
### BREAKING CHANGES
|
|
1057
626
|
|
|
1058
627
|
* changed peer deps eslint 6, prettier, and enabled new rules
|
|
@@ -1071,161 +640,86 @@ Co-authored-by: Christophe Hurpeau <christophe@hurpeau.com>
|
|
|
1071
640
|
|
|
1072
641
|
* fix: prefer flat map
|
|
1073
642
|
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
643
|
## [8.2.5](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@8.2.4...@ornikar/eslint-config@8.2.5) (2019-11-27)
|
|
1079
644
|
|
|
1080
645
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1081
646
|
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
647
|
## [8.2.4](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@8.2.3...@ornikar/eslint-config@8.2.4) (2019-08-05)
|
|
1087
648
|
|
|
1088
649
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1089
650
|
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
651
|
## [8.2.3](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@8.2.2...@ornikar/eslint-config@8.2.3) (2019-07-29)
|
|
1095
652
|
|
|
1096
653
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1097
654
|
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
655
|
## [8.2.2](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@8.2.1...@ornikar/eslint-config@8.2.2) (2019-06-24)
|
|
1103
656
|
|
|
1104
657
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1105
658
|
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
659
|
## [8.2.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@8.2.0...@ornikar/eslint-config@8.2.1) (2019-06-10)
|
|
1111
660
|
|
|
1112
|
-
|
|
1113
661
|
### Bug Fixes
|
|
1114
662
|
|
|
1115
663
|
* disable prefer-event-key rule ([#201](https://github.com/ornikar/shared-configs/issues/201)) ([2949e58](https://github.com/ornikar/shared-configs/commit/2949e58))
|
|
1116
664
|
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
665
|
# [8.2.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@8.1.3...@ornikar/eslint-config@8.2.0) (2019-06-10)
|
|
1122
666
|
|
|
1123
|
-
|
|
1124
667
|
### Features
|
|
1125
668
|
|
|
1126
669
|
* prettier config [no issue] ([#188](https://github.com/ornikar/shared-configs/issues/188)) ([e2844dd](https://github.com/ornikar/shared-configs/commit/e2844dd))
|
|
1127
670
|
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
671
|
## [8.1.3](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@8.1.2...@ornikar/eslint-config@8.1.3) (2019-05-22)
|
|
1133
672
|
|
|
1134
673
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1135
674
|
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
675
|
## [8.1.2](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@8.1.1...@ornikar/eslint-config@8.1.2) (2019-05-20)
|
|
1141
676
|
|
|
1142
677
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1143
678
|
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
679
|
## [8.1.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@8.1.0...@ornikar/eslint-config@8.1.1) (2019-05-06)
|
|
1149
680
|
|
|
1150
681
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1151
682
|
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
683
|
# [8.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@8.0.6...@ornikar/eslint-config@8.1.0) (2019-04-29)
|
|
1157
684
|
|
|
1158
|
-
|
|
1159
685
|
### Features
|
|
1160
686
|
|
|
1161
687
|
* clean comments [no issue] ([#148](https://github.com/ornikar/shared-configs/issues/148)) ([32949a3](https://github.com/ornikar/shared-configs/commit/32949a3))
|
|
1162
688
|
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
689
|
## [8.0.6](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@8.0.5...@ornikar/eslint-config@8.0.6) (2019-04-15)
|
|
1168
690
|
|
|
1169
691
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1170
692
|
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
693
|
## [8.0.5](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@8.0.4...@ornikar/eslint-config@8.0.5) (2019-04-02)
|
|
1176
694
|
|
|
1177
|
-
|
|
1178
695
|
### Bug Fixes
|
|
1179
696
|
|
|
1180
697
|
* add new unicorn rules [no issue] ([#132](https://github.com/ornikar/shared-configs/issues/132)) ([14351c4](https://github.com/ornikar/shared-configs/commit/14351c4))
|
|
1181
698
|
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
699
|
## [8.0.4](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@8.0.3...@ornikar/eslint-config@8.0.4) (2019-04-01)
|
|
1187
700
|
|
|
1188
701
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1189
702
|
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
703
|
## [8.0.3](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@8.0.2...@ornikar/eslint-config@8.0.3) (2019-03-18)
|
|
1195
704
|
|
|
1196
705
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1197
706
|
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
707
|
## [8.0.2](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@8.0.1...@ornikar/eslint-config@8.0.2) (2019-03-12)
|
|
1203
708
|
|
|
1204
709
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1205
710
|
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
711
|
## [8.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@8.0.0...@ornikar/eslint-config@8.0.1) (2019-02-27)
|
|
1211
712
|
|
|
1212
|
-
|
|
1213
713
|
### Bug Fixes
|
|
1214
714
|
|
|
1215
715
|
* remove eslint-plugin-prefer-class-properties in eslint-config ([#108](https://github.com/ornikar/shared-configs/issues/108)) ([d10ce78](https://github.com/ornikar/shared-configs/commit/d10ce78))
|
|
1216
716
|
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
717
|
# [8.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@7.0.0...@ornikar/eslint-config@8.0.0) (2019-02-26)
|
|
1222
718
|
|
|
1223
|
-
|
|
1224
719
|
### Features
|
|
1225
720
|
|
|
1226
721
|
* split eslint configs and add typescript [no issue] ([#103](https://github.com/ornikar/shared-configs/issues/103)) ([36627d2](https://github.com/ornikar/shared-configs/commit/36627d2))
|
|
1227
722
|
|
|
1228
|
-
|
|
1229
723
|
### BREAKING CHANGES
|
|
1230
724
|
|
|
1231
725
|
* @ornikar/eslint-config splitted
|
|
@@ -1246,265 +740,165 @@ Co-authored-by: Christophe Hurpeau <christophe@hurpeau.com>
|
|
|
1246
740
|
|
|
1247
741
|
* fix: ornikar/eslint-plugin-typescript-react
|
|
1248
742
|
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
743
|
# [7.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@6.2.3...@ornikar/eslint-config@7.0.0) (2019-02-19)
|
|
1254
744
|
|
|
1255
|
-
|
|
1256
745
|
### Features
|
|
1257
746
|
|
|
1258
747
|
* add eslint-plugin-react-hooks [no issue] ([#94](https://github.com/ornikar/shared-configs/issues/94)) ([7393818](https://github.com/ornikar/shared-configs/commit/7393818))
|
|
1259
748
|
|
|
1260
|
-
|
|
1261
749
|
### BREAKING CHANGES
|
|
1262
750
|
|
|
1263
751
|
* if you use react, you will also need to run `yarn add --dev eslint-plugin-react-hooks`
|
|
1264
752
|
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
753
|
## [6.2.3](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@6.2.2...@ornikar/eslint-config@6.2.3) (2019-02-19)
|
|
1270
754
|
|
|
1271
755
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1272
756
|
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
757
|
## [6.2.2](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@6.2.1...@ornikar/eslint-config@6.2.2) (2019-02-07)
|
|
1278
758
|
|
|
1279
759
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1280
760
|
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
761
|
## [6.2.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@6.2.0...@ornikar/eslint-config@6.2.1) (2019-01-28)
|
|
1286
762
|
|
|
1287
|
-
|
|
1288
763
|
### Bug Fixes
|
|
1289
764
|
|
|
1290
765
|
* **deps:** update dependency eslint-config-prettier to v4 ([#82](https://github.com/ornikar/shared-configs/issues/82)) ([24c6ae4](https://github.com/ornikar/shared-configs/commit/24c6ae4))
|
|
1291
766
|
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
767
|
# [6.2.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@6.0.0...@ornikar/eslint-config@6.2.0) (2019-01-02)
|
|
1297
768
|
|
|
1298
|
-
|
|
1299
769
|
### Features
|
|
1300
770
|
|
|
1301
771
|
* disable max-lines rule for storybook ([#58](https://github.com/ornikar/shared-configs/issues/58)) ([faf956e](https://github.com/ornikar/shared-configs/commit/faf956e))
|
|
1302
772
|
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
773
|
# [6.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@6.0.0...@ornikar/eslint-config@6.1.0) (2018-12-28)
|
|
1308
774
|
|
|
1309
|
-
|
|
1310
775
|
### Features
|
|
1311
776
|
|
|
1312
777
|
* disable max-lines rule for storybook ([#58](https://github.com/ornikar/shared-configs/issues/58)) ([faf956e](https://github.com/ornikar/shared-configs/commit/faf956e))
|
|
1313
778
|
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
779
|
# [6.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@5.2.1...@ornikar/eslint-config@6.0.0) (2018-12-18)
|
|
1319
780
|
|
|
1320
|
-
|
|
1321
781
|
### chore
|
|
1322
782
|
|
|
1323
783
|
* **deps:** update dependency eslint to v5.10.0 ([#47](https://github.com/ornikar/shared-configs/issues/47)) ([280a394](https://github.com/ornikar/shared-configs/commit/280a394))
|
|
1324
784
|
* **deps:** update dependency prettier to v1.15.3 ([#41](https://github.com/ornikar/shared-configs/issues/41)) ([8dae791](https://github.com/ornikar/shared-configs/commit/8dae791))
|
|
1325
785
|
|
|
1326
|
-
|
|
1327
786
|
### Features
|
|
1328
787
|
|
|
1329
788
|
* update deps ([1f595ed](https://github.com/ornikar/shared-configs/commit/1f595ed))
|
|
1330
789
|
|
|
1331
|
-
|
|
1332
790
|
### BREAKING CHANGES
|
|
1333
791
|
|
|
1334
792
|
* **deps:** eslint peerdep changed
|
|
1335
793
|
* **deps:** changed peerdep prettier
|
|
1336
794
|
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
795
|
## [5.2.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@5.2.0...@ornikar/eslint-config@5.2.1) (2018-12-06)
|
|
1342
796
|
|
|
1343
797
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1344
798
|
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
799
|
# [5.2.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@5.1.1...@ornikar/eslint-config@5.2.0) (2018-11-21)
|
|
1350
800
|
|
|
1351
|
-
|
|
1352
801
|
### Features
|
|
1353
802
|
|
|
1354
803
|
* jest config ([#29](https://github.com/ornikar/shared-configs/issues/29)) ([e5043a2](https://github.com/ornikar/shared-configs/commit/e5043a2))
|
|
1355
804
|
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
805
|
## [5.1.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@5.1.0...@ornikar/eslint-config@5.1.1) (2018-11-20)
|
|
1361
806
|
|
|
1362
|
-
|
|
1363
807
|
### Bug Fixes
|
|
1364
808
|
|
|
1365
809
|
* max-lines triggers warning instead of error ([#28](https://github.com/ornikar/shared-configs/issues/28)) ([cb46ec8](https://github.com/ornikar/shared-configs/commit/cb46ec8))
|
|
1366
810
|
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
811
|
# [5.1.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@5.0.1...@ornikar/eslint-config@5.1.0) (2018-10-30)
|
|
1372
812
|
|
|
1373
|
-
|
|
1374
813
|
### Features
|
|
1375
814
|
|
|
1376
815
|
* disable jsx-curly-brace-presence ([#26](https://github.com/ornikar/shared-configs/issues/26)) ([20c8778](https://github.com/ornikar/shared-configs/commit/20c8778))
|
|
1377
816
|
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
817
|
## [5.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@5.0.0...@ornikar/eslint-config@5.0.1) (2018-10-15)
|
|
1383
818
|
|
|
1384
|
-
|
|
1385
819
|
### Bug Fixes
|
|
1386
820
|
|
|
1387
821
|
* disable sort prop types required first ([#25](https://github.com/ornikar/shared-configs/issues/25)) ([3636081](https://github.com/ornikar/shared-configs/commit/3636081))
|
|
1388
822
|
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
823
|
# [5.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@4.0.1...@ornikar/eslint-config@5.0.0) (2018-10-15)
|
|
1394
824
|
|
|
1395
|
-
|
|
1396
825
|
### chore
|
|
1397
826
|
|
|
1398
827
|
* update prettier config ([#21](https://github.com/ornikar/shared-configs/issues/21)) ([4ff406b](https://github.com/ornikar/shared-configs/commit/4ff406b))
|
|
1399
828
|
|
|
1400
|
-
|
|
1401
829
|
### Features
|
|
1402
830
|
|
|
1403
831
|
* update eslint-config ([#23](https://github.com/ornikar/shared-configs/issues/23)) ([ab83294](https://github.com/ornikar/shared-configs/commit/ab83294))
|
|
1404
832
|
|
|
1405
|
-
|
|
1406
833
|
### BREAKING CHANGES
|
|
1407
834
|
|
|
1408
835
|
* prettier@^1.14.3, eslint-plugin-prettier@^3.0.0
|
|
1409
836
|
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
837
|
<a name="4.0.1"></a>
|
|
1415
838
|
## [4.0.1](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@4.0.0...@ornikar/eslint-config@4.0.1) (2018-08-20)
|
|
1416
839
|
|
|
1417
|
-
|
|
1418
840
|
### Bug Fixes
|
|
1419
841
|
|
|
1420
842
|
* **eslint-config:** unicorn disable no-fn-reference-in-iterator ([#18](https://github.com/ornikar/shared-configs/issues/18)) ([2c07c59](https://github.com/ornikar/shared-configs/commit/2c07c59))
|
|
1421
843
|
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
844
|
<a name="4.0.0"></a>
|
|
1427
845
|
# [4.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@3.0.0...@ornikar/eslint-config@4.0.0) (2018-08-14)
|
|
1428
846
|
|
|
1429
|
-
|
|
1430
847
|
### Bug Fixes
|
|
1431
848
|
|
|
1432
849
|
* disable react/sort-prop-types ([#16](https://github.com/ornikar/shared-configs/issues/16)) ([30ea4f4](https://github.com/ornikar/shared-configs/commit/30ea4f4))
|
|
1433
850
|
|
|
1434
|
-
|
|
1435
851
|
### Features
|
|
1436
852
|
|
|
1437
853
|
* **eslint config:** update dependencies ([#12](https://github.com/ornikar/shared-configs/issues/12)) ([8887312](https://github.com/ornikar/shared-configs/commit/8887312))
|
|
1438
854
|
* enable react/jsx-sort-props and react/sort-prop-types ([#6](https://github.com/ornikar/shared-configs/issues/6)) ([4d00ff8](https://github.com/ornikar/shared-configs/commit/4d00ff8))
|
|
1439
855
|
|
|
1440
|
-
|
|
1441
856
|
### BREAKING CHANGES
|
|
1442
857
|
|
|
1443
858
|
* new rules enabled: react/jsx-sort-props react/sort-prop-types
|
|
1444
859
|
* **eslint config:** eslint ^5.3, eslint-plugin-prettier ^2.6.2, eslint-plugin-unicorn ^5.0.0, prettier ^1.14.2
|
|
1445
860
|
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
861
|
<a name="3.0.0"></a>
|
|
1451
862
|
# [3.0.0](https://github.com/ornikar/shared-configs/compare/@ornikar/eslint-config@2.2.1...@ornikar/eslint-config@3.0.0) (2018-08-08)
|
|
1452
863
|
|
|
1453
|
-
|
|
1454
864
|
### Features
|
|
1455
865
|
|
|
1456
866
|
* eslint plugin filenames ([#14](https://github.com/ornikar/shared-configs/issues/14)) ([6165809](https://github.com/ornikar/shared-configs/commit/6165809))
|
|
1457
867
|
|
|
1458
|
-
|
|
1459
868
|
### BREAKING CHANGES
|
|
1460
869
|
|
|
1461
870
|
* requires eslint-plugin-filenames
|
|
1462
871
|
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
872
|
<a name="2.2.1"></a>
|
|
1468
873
|
## 2.2.1 (2018-07-25)
|
|
1469
874
|
|
|
1470
875
|
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1471
876
|
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
877
|
<a name="2.2.0"></a>
|
|
1477
878
|
# [2.2.0](https://github.com/ornikar/eslint-config-ornikar/compare/v2.1.0...v2.2.0) (2018-07-17)
|
|
1478
879
|
|
|
1479
|
-
|
|
1480
880
|
### Features
|
|
1481
881
|
|
|
1482
882
|
* increase max complexity to 10 (#5) ([8c53b2e](https://github.com/ornikar/eslint-config-ornikar/commit/8c53b2e))
|
|
1483
883
|
|
|
1484
|
-
|
|
1485
884
|
<a name="2.1.0"></a>
|
|
1486
885
|
# [2.1.0](https://github.com/ornikar/eslint-config-ornikar/compare/v2.0.0...v2.1.0) (2018-07-12)
|
|
1487
886
|
|
|
1488
|
-
|
|
1489
887
|
### Features
|
|
1490
888
|
|
|
1491
889
|
* increase max complexity warning (#4) ([4a1fe86](https://github.com/ornikar/eslint-config-ornikar/commit/4a1fe86))
|
|
1492
890
|
|
|
1493
|
-
|
|
1494
891
|
<a name="2.0.0"></a>
|
|
1495
892
|
# [2.0.0](https://github.com/ornikar/eslint-config-ornikar/compare/v1.0.0...v2.0.0) (2018-07-12)
|
|
1496
893
|
|
|
1497
|
-
|
|
1498
894
|
### Features
|
|
1499
895
|
|
|
1500
896
|
* reenable rules curly and quotes disabled by prettier config (#3) ([559c469](https://github.com/ornikar/eslint-config-ornikar/commit/559c469))
|
|
1501
897
|
|
|
1502
|
-
|
|
1503
898
|
### BREAKING CHANGES
|
|
1504
899
|
|
|
1505
900
|
* rules `curly` and `quotes` reenabled
|
|
1506
901
|
|
|
1507
|
-
|
|
1508
902
|
<a name="1.0.0"></a>
|
|
1509
903
|
# 1.0.0 (2018-06-28)
|
|
1510
904
|
|