@ornikar/eslint-config 19.4.0 → 19.5.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/package.json +3 -3
- package/rules/unicorn.js +2 -2
- package/CHANGELOG.md +0 -1211
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ornikar/eslint-config",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.5.0",
|
|
4
4
|
"description": "eslint config files",
|
|
5
5
|
"repository": {
|
|
6
6
|
"directory": "@ornikar/eslint-config",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"prettier": "^2.2.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"eslint": "8.
|
|
34
|
+
"eslint": "8.25.0",
|
|
35
35
|
"prettier": "2.7.1"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"lint:eslint": "yarn ../.. lint:eslint @ornikar/eslint-config"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "b28105b1ff646974c6ab0507c81732007abcc7c1"
|
|
41
41
|
}
|
package/rules/unicorn.js
CHANGED
|
@@ -4,7 +4,7 @@ module.exports = {
|
|
|
4
4
|
plugins: ['unicorn'],
|
|
5
5
|
rules: {
|
|
6
6
|
// https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/catch-error-name.md
|
|
7
|
-
'unicorn/catch-error-name':
|
|
7
|
+
'unicorn/catch-error-name': 'error',
|
|
8
8
|
|
|
9
9
|
// https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/explicit-length-check.md
|
|
10
10
|
'unicorn/explicit-length-check': 'error',
|
|
@@ -266,7 +266,7 @@ const formTree = shallow(tree.find(x => FormWithApiCall(x)).prop('children')());
|
|
|
266
266
|
'unicorn/require-array-join-separator': 'error',
|
|
267
267
|
|
|
268
268
|
// https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-thenable.md
|
|
269
|
-
'unicorn/no-thenable': '
|
|
269
|
+
'unicorn/no-thenable': 'error',
|
|
270
270
|
|
|
271
271
|
// https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-useless-promise-resolve-reject.md
|
|
272
272
|
'unicorn/no-useless-promise-resolve-reject': 'off',
|
package/CHANGELOG.md
DELETED
|
@@ -1,1211 +0,0 @@
|
|
|
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
|
-
# [19.4.0](https://github.com/ornikar/eslint-configs/compare/v19.3.1...v19.4.0) (2022-09-16)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* 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))
|
|
12
|
-
* **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))
|
|
13
|
-
* **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))
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
## [19.3.1](https://github.com/ornikar/eslint-configs/compare/v19.3.0...v19.3.1) (2022-09-01)
|
|
20
|
-
|
|
21
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
# [19.3.0](https://github.com/ornikar/eslint-configs/compare/v19.2.0...v19.3.0) (2022-08-30)
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
### Features
|
|
31
|
-
|
|
32
|
-
* **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))
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
# [19.2.0](https://github.com/ornikar/eslint-configs/compare/v19.1.0...v19.2.0) (2022-08-19)
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
### Features
|
|
42
|
-
|
|
43
|
-
* **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))
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
# [19.1.0](https://github.com/ornikar/eslint-configs/compare/v19.0.0...v19.1.0) (2022-07-22)
|
|
50
|
-
|
|
51
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
# [19.0.0](https://github.com/ornikar/eslint-configs/compare/v18.13.0...v19.0.0) (2022-07-19)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
### Bug Fixes
|
|
61
|
-
|
|
62
|
-
* unicorn/expiring-todo-comments as error ([f56d1e7](https://github.com/ornikar/eslint-configs/commit/f56d1e748388e8168b2851177869a4c551e761b3))
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
### chore
|
|
66
|
-
|
|
67
|
-
* **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))
|
|
68
|
-
* **deps:** update frontend orb to v5 ([#340](https://github.com/ornikar/eslint-configs/issues/340)) ([82a0a41](https://github.com/ornikar/eslint-configs/commit/82a0a41861001c2a3bc2927e21cc75c85094814e))
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
### BREAKING CHANGES
|
|
72
|
-
|
|
73
|
-
* **deps:** requires eslint 8.18
|
|
74
|
-
* **deps:** requires node 16
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
# [18.13.0](https://github.com/ornikar/eslint-configs/compare/v18.12.0...v18.13.0) (2022-07-01)
|
|
81
|
-
|
|
82
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
# [18.12.0](https://github.com/ornikar/eslint-configs/compare/v18.11.0...v18.12.0) (2022-06-08)
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
### Bug Fixes
|
|
92
|
-
|
|
93
|
-
* 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))
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
### Features
|
|
97
|
-
|
|
98
|
-
* **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))
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
# [18.11.0](https://github.com/ornikar/eslint-configs/compare/v18.10.0...v18.11.0) (2022-06-07)
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
### Features
|
|
108
|
-
|
|
109
|
-
* 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))
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
# [18.10.0](https://github.com/ornikar/eslint-configs/compare/v18.9.0...v18.10.0) (2022-05-31)
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
### Bug Fixes
|
|
119
|
-
|
|
120
|
-
* **eslint-config:** allow non-linteral fs filename for tests ([31cc2f3](https://github.com/ornikar/eslint-configs/commit/31cc2f3d98a415956122a315ec742ed30120865e))
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### Features
|
|
124
|
-
|
|
125
|
-
* **eslint-config:** prefer-native-coercion-functions ([#311](https://github.com/ornikar/eslint-configs/issues/311)) ([ecb42c7](https://github.com/ornikar/eslint-configs/commit/ecb42c7146cee49d705357bfe29e68d7438c1859))
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
# [18.9.0](https://github.com/ornikar/eslint-configs/compare/v18.8.0...v18.9.0) (2022-05-31)
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
### Bug Fixes
|
|
135
|
-
|
|
136
|
-
* **eslint-config:** allow non-linteral fs filename for dev scripts ([9a28882](https://github.com/ornikar/eslint-configs/commit/9a288820bc48fe2e428235b4b0d5c629c5d8367e))
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
### Features
|
|
140
|
-
|
|
141
|
-
* **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))
|
|
142
|
-
* 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))
|
|
143
|
-
* update expiring todo comments [no issue] ([#297](https://github.com/ornikar/eslint-configs/issues/297)) ([0cc2e08](https://github.com/ornikar/eslint-configs/commit/0cc2e0835a1f5fb7fbe3ed76bea5d1242b02c479))
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
# [18.8.0](https://github.com/ornikar/eslint-configs/compare/v18.7.0...v18.8.0) (2022-05-02)
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
### Features
|
|
153
|
-
|
|
154
|
-
* **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))
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
# [18.7.0](https://github.com/ornikar/eslint-configs/compare/v18.6.0...v18.7.0) (2022-04-29)
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
### Features
|
|
164
|
-
|
|
165
|
-
* 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))
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
# [18.6.0](https://github.com/ornikar/eslint-configs/compare/v18.5.0...v18.6.0) (2022-04-26)
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
### Features
|
|
175
|
-
|
|
176
|
-
* **eslint-config-typescript:** disable node/no-unsupported-features for typescript ([481cf34](https://github.com/ornikar/eslint-configs/commit/481cf34f221138b5c6691dc9031571c34f703651))
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
# [18.5.0](https://github.com/ornikar/eslint-configs/compare/v18.4.0...v18.5.0) (2022-04-26)
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
### Features
|
|
186
|
-
|
|
187
|
-
* **eslint-config:** configure ecmaVersion ([e72397c](https://github.com/ornikar/eslint-configs/commit/e72397c55e328216119048c192fac316ece7c6e8))
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
# [18.4.0](https://github.com/ornikar/eslint-configs/compare/v18.3.0...v18.4.0) (2022-04-22)
|
|
194
|
-
|
|
195
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
# [18.3.0](https://github.com/ornikar/eslint-configs/compare/v18.2.1...v18.3.0) (2022-03-23)
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
### Features
|
|
205
|
-
|
|
206
|
-
* **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))
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
# [18.2.0](https://github.com/ornikar/eslint-configs/compare/v18.1.0...v18.2.0) (2022-03-17)
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
### Features
|
|
216
|
-
|
|
217
|
-
* **eslint-config:** add tests-override config ([175aeed](https://github.com/ornikar/eslint-configs/commit/175aeedfdaf8f009c08db0fad7cdd85edf411248))
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
# [18.1.0](https://github.com/ornikar/eslint-configs/compare/v18.0.0...v18.1.0) (2022-03-15)
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
### Features
|
|
227
|
-
|
|
228
|
-
* **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))
|
|
229
|
-
* 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))
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
# [18.0.0](https://github.com/ornikar/eslint-configs/compare/v17.0.0...v18.0.0) (2022-03-01)
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
### chore
|
|
239
|
-
|
|
240
|
-
* **deps:** update dependency eslint to v8 ([#243](https://github.com/ornikar/eslint-configs/issues/243)) ([0789aee](https://github.com/ornikar/eslint-configs/commit/0789aee18b6a74673d187b3348faef8a792edae9))
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
### Features
|
|
244
|
-
|
|
245
|
-
* **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))
|
|
246
|
-
* 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))
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
### BREAKING CHANGES
|
|
250
|
-
|
|
251
|
-
* **deps:** requires eslint 8
|
|
252
|
-
* **deps:** new rules added by the update of plugins and configs
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
# [17.0.0](https://github.com/ornikar/eslint-configs/compare/v16.5.1...v17.0.0) (2022-01-07)
|
|
259
|
-
|
|
260
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
# [16.4.0](https://github.com/ornikar/eslint-configs/compare/v16.3.0...v16.4.0) (2021-12-21)
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
### Features
|
|
270
|
-
|
|
271
|
-
* **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))
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
# [16.3.0](https://github.com/ornikar/eslint-configs/compare/v16.2.0...v16.3.0) (2021-12-21)
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
### Bug Fixes
|
|
281
|
-
|
|
282
|
-
* disable unicorn/prefer-at [no issue] ([#211](https://github.com/ornikar/eslint-configs/issues/211)) ([06b88cb](https://github.com/ornikar/eslint-configs/commit/06b88cb15dccfb0d59dfd523f2378ac46b22c54a))
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
### Features
|
|
286
|
-
|
|
287
|
-
* **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))
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
# [16.2.0](https://github.com/ornikar/eslint-configs/compare/v16.1.1...v16.2.0) (2021-12-09)
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
### Bug Fixes
|
|
297
|
-
|
|
298
|
-
* downgrade node requirement [no issue] ([#204](https://github.com/ornikar/eslint-configs/issues/204)) ([a2ee3e0](https://github.com/ornikar/eslint-configs/commit/a2ee3e01d6a135520be4730581e540e6b33da5c9))
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
# [16.0.0](https://github.com/ornikar/eslint-configs/compare/v15.5.1...v16.0.0) (2021-12-07)
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
### Bug Fixes
|
|
308
|
-
|
|
309
|
-
* **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))
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
### chore
|
|
313
|
-
|
|
314
|
-
* **deps:** update frontend orb to v4 ([#127](https://github.com/ornikar/eslint-configs/issues/127)) ([786c9bb](https://github.com/ornikar/eslint-configs/commit/786c9bbe02613864b5f87e7295a8fdaf42c8b8d7))
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
### Features
|
|
318
|
-
|
|
319
|
-
* **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))
|
|
320
|
-
* **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))
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
### BREAKING CHANGES
|
|
324
|
-
|
|
325
|
-
* **deps:** unicorn/prefer-array-flat-map is enabled. Make sure you have the right polyfills if needed ; requires node >= 14.17.6 ; ; #
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
## [15.5.1](https://github.com/ornikar/eslint-configs/compare/v15.5.0...v15.5.1) (2021-12-02)
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
### Bug Fixes
|
|
335
|
-
|
|
336
|
-
* 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))
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
# [15.5.0](https://github.com/ornikar/eslint-configs/compare/v15.4.0...v15.5.0) (2021-11-22)
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
### Features
|
|
346
|
-
|
|
347
|
-
* 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))
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
# [15.4.0](https://github.com/ornikar/eslint-configs/compare/v15.3.0...v15.4.0) (2021-11-15)
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
### Features
|
|
357
|
-
|
|
358
|
-
* 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))
|
|
359
|
-
* set uprefer-switch rule ([#169](https://github.com/ornikar/eslint-configs/issues/169)) ([878fe2f](https://github.com/ornikar/eslint-configs/commit/878fe2f787c8e21ab55933d5fa71a54a9af1a0ad))
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
# [15.3.0](https://github.com/ornikar/eslint-configs/compare/v15.2.0...v15.3.0) (2021-11-15)
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
### Features
|
|
369
|
-
|
|
370
|
-
* enable prefer-date-now [no issue] ([#167](https://github.com/ornikar/eslint-configs/issues/167)) ([c30ca41](https://github.com/ornikar/eslint-configs/commit/c30ca41fbe247d94cf98512030e5749ae311f9a7))
|
|
371
|
-
* sort imports and exports [no issue] ([#166](https://github.com/ornikar/eslint-configs/issues/166)) ([b5fa982](https://github.com/ornikar/eslint-configs/commit/b5fa982fab11d623f910dd90a0723480c247b246))
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
# [15.2.0](https://github.com/ornikar/eslint-configs/compare/v15.1.0...v15.2.0) (2021-11-04)
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
### Features
|
|
381
|
-
|
|
382
|
-
* 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))
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
# [15.1.0](https://github.com/ornikar/eslint-configs/compare/v15.0.0...v15.1.0) (2021-11-03)
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
### Features
|
|
392
|
-
|
|
393
|
-
* 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))
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
# [15.0.0](https://github.com/ornikar/eslint-configs/compare/v14.7.1...v15.0.0) (2021-10-25)
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
### chore
|
|
403
|
-
|
|
404
|
-
* **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))
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
### BREAKING CHANGES
|
|
408
|
-
|
|
409
|
-
* **deps:** requires eslint ^7.32.0
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
# [14.6.0](https://github.com/ornikar/eslint-configs/compare/v14.5.0...v14.6.0) (2021-10-19)
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
### Features
|
|
419
|
-
|
|
420
|
-
* 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))
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
# [14.5.0](https://github.com/ornikar/eslint-configs/compare/v14.4.0...v14.5.0) (2021-09-21)
|
|
427
|
-
|
|
428
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
# [14.3.0](https://github.com/ornikar/eslint-configs/compare/v14.2.1...v14.3.0) (2021-08-05)
|
|
435
|
-
|
|
436
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
# [14.2.0](https://github.com/ornikar/eslint-configs/compare/v14.1.0...v14.2.0) (2021-06-22)
|
|
443
|
-
|
|
444
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
# [14.1.0](https://github.com/ornikar/eslint-configs/compare/v14.0.1...v14.1.0) (2021-06-03)
|
|
451
|
-
|
|
452
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
## [14.0.1](https://github.com/ornikar/eslint-configs/compare/v14.0.0...v14.0.1) (2021-05-03)
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
### Bug Fixes
|
|
462
|
-
|
|
463
|
-
* **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))
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
# [14.0.0](https://github.com/ornikar/eslint-configs/compare/v13.3.0...v14.0.0) (2021-04-26)
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
### Features
|
|
473
|
-
|
|
474
|
-
* require eslint 7.25 ([ea9aefd](https://github.com/ornikar/eslint-configs/commit/ea9aefd7cf356fccd43a8288ca53e245186a1b87))
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
### BREAKING CHANGES
|
|
478
|
-
|
|
479
|
-
* requires eslint 7.25
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
# [13.3.0](https://github.com/ornikar/eslint-configs/compare/v13.2.0...v13.3.0) (2021-04-26)
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
### Features
|
|
489
|
-
|
|
490
|
-
* eslint 7 ARCH-1173 ([#33](https://github.com/ornikar/eslint-configs/issues/33)) ([92e14bd](https://github.com/ornikar/eslint-configs/commit/92e14bd2b48d403dceaaa188156b321f6b37118b))
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
# [13.2.0](https://github.com/ornikar/eslint-configs/compare/v13.1.0...v13.2.0) (2021-04-09)
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
### Features
|
|
500
|
-
|
|
501
|
-
* 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))
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
# [13.1.0](https://github.com/ornikar/eslint-configs/compare/v13.0.1...v13.1.0) (2021-03-12)
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
### Features
|
|
511
|
-
|
|
512
|
-
* remove max-lines rule [no issue] ([#17](https://github.com/ornikar/eslint-configs/issues/17)) ([0d2a324](https://github.com/ornikar/eslint-configs/commit/0d2a3245139ddf05b5b1e2c94685e3da6a2dcd40))
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
## [13.0.1](https://github.com/ornikar/eslint-configs/compare/v13.0.0...v13.0.1) (2021-02-10)
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
### Bug Fixes
|
|
522
|
-
|
|
523
|
-
* 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))
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
# [13.0.0](https://github.com/ornikar/eslint-configs/compare/v12.4.0...v13.0.0) (2021-02-09)
|
|
530
|
-
|
|
531
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
# [12.4.0](https://github.com/ornikar/eslint-configs/compare/v12.3.0...v12.4.0) (2021-02-09)
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
### Features
|
|
541
|
-
|
|
542
|
-
* **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))
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
# [12.3.0](https://github.com/ornikar/eslint-configs/compare/v12.2.0...v12.3.0) (2021-02-08)
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
### Features
|
|
552
|
-
|
|
553
|
-
* move node config ARCH-824 ([#3](https://github.com/ornikar/eslint-configs/issues/3)) ([1c01b76](https://github.com/ornikar/eslint-configs/commit/1c01b76a4a3f72eb639658e2ac923a7a8891d2c2))
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
# [12.2.0](https://github.com/ornikar/eslint-configs/compare/v12.1.0...v12.2.0) (2021-02-01)
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
### Features
|
|
563
|
-
|
|
564
|
-
* create eslint-configs repository ([9540d77](https://github.com/ornikar/eslint-configs/commit/9540d77281923524bdb96fbf8b86334d93b5f669))
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
# [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)
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
### Features
|
|
574
|
-
|
|
575
|
-
* 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))
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
# [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)
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
### Features
|
|
585
|
-
|
|
586
|
-
* use prettier outside eslint [no issue] ([#446](https://github.com/ornikar/shared-configs/issues/446)) ([2ad3f10](https://github.com/ornikar/shared-configs/commit/2ad3f10db28d7dcceaf388c180b2f6e8961cf552))
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
### BREAKING CHANGES
|
|
590
|
-
|
|
591
|
-
* requires prettier to run outside eslint
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
## [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)
|
|
598
|
-
|
|
599
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
## [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)
|
|
606
|
-
|
|
607
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
# [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)
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
### Features
|
|
617
|
-
|
|
618
|
-
* **eslint-config:** remove complexity rule ([#415](https://github.com/ornikar/shared-configs/issues/415)) ([fbbb909](https://github.com/ornikar/shared-configs/commit/fbbb909cfb7042d86693bae0eba9203f64718b74))
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
# [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)
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
### Features
|
|
628
|
-
|
|
629
|
-
* **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))
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
## [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)
|
|
636
|
-
|
|
637
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
# [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)
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
### Features
|
|
647
|
-
|
|
648
|
-
* 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))
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
## [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)
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
### Bug Fixes
|
|
658
|
-
|
|
659
|
-
* update eslint-plugin-import ([4858d97](https://github.com/ornikar/shared-configs/commit/4858d97))
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
# [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)
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
### chore
|
|
669
|
-
|
|
670
|
-
* checks ([#369](https://github.com/ornikar/shared-configs/issues/369)) ([a30526e](https://github.com/ornikar/shared-configs/commit/a30526e))
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
### BREAKING CHANGES
|
|
674
|
-
|
|
675
|
-
* some peer dependencies changed
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
## [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)
|
|
682
|
-
|
|
683
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
# [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)
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
### Features
|
|
693
|
-
|
|
694
|
-
* 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))
|
|
695
|
-
* 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))
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
### BREAKING CHANGES
|
|
699
|
-
|
|
700
|
-
* prettier version
|
|
701
|
-
|
|
702
|
-
* Update @ornikar/eslint-config/package.json
|
|
703
|
-
|
|
704
|
-
Co-Authored-By: Christophe Hurpeau <christophe@hurpeau.com>
|
|
705
|
-
|
|
706
|
-
* Update @ornikar/stylelint-config/package.json
|
|
707
|
-
|
|
708
|
-
Co-Authored-By: Christophe Hurpeau <christophe@hurpeau.com>
|
|
709
|
-
|
|
710
|
-
* Update @ornikar/prettier-config/package.json
|
|
711
|
-
|
|
712
|
-
Co-Authored-By: Christophe Hurpeau <christophe@hurpeau.com>
|
|
713
|
-
|
|
714
|
-
* Update package.json
|
|
715
|
-
|
|
716
|
-
Co-authored-by: Christophe Hurpeau <christophe@hurpeau.com>
|
|
717
|
-
* node version
|
|
718
|
-
|
|
719
|
-
* Update config.yml
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
## [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)
|
|
726
|
-
|
|
727
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
## [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)
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
### Bug Fixes
|
|
737
|
-
|
|
738
|
-
* 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))
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
# [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)
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
### Features
|
|
748
|
-
|
|
749
|
-
* eslint 6 [no issue] ([#298](https://github.com/ornikar/shared-configs/issues/298)) ([4bd9bf8](https://github.com/ornikar/shared-configs/commit/4bd9bf8))
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
### BREAKING CHANGES
|
|
753
|
-
|
|
754
|
-
* changed peer deps eslint 6, prettier, and enabled new rules
|
|
755
|
-
|
|
756
|
-
* refactor: comment on liwi
|
|
757
|
-
|
|
758
|
-
* fix: remove todo rule, now allowed with unicorn
|
|
759
|
-
|
|
760
|
-
* chore: update @typescript-eslint
|
|
761
|
-
|
|
762
|
-
* feat: explicit-function-return-type allow expressions and hof
|
|
763
|
-
|
|
764
|
-
* feat: remove allowExpressions: true
|
|
765
|
-
|
|
766
|
-
* feat: remove allowExpressions: true
|
|
767
|
-
|
|
768
|
-
* fix: prefer flat map
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
## [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)
|
|
775
|
-
|
|
776
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
## [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)
|
|
783
|
-
|
|
784
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
## [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)
|
|
791
|
-
|
|
792
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
## [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)
|
|
799
|
-
|
|
800
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
## [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)
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
### Bug Fixes
|
|
810
|
-
|
|
811
|
-
* disable prefer-event-key rule ([#201](https://github.com/ornikar/shared-configs/issues/201)) ([2949e58](https://github.com/ornikar/shared-configs/commit/2949e58))
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
# [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)
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
### Features
|
|
821
|
-
|
|
822
|
-
* prettier config [no issue] ([#188](https://github.com/ornikar/shared-configs/issues/188)) ([e2844dd](https://github.com/ornikar/shared-configs/commit/e2844dd))
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
## [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)
|
|
829
|
-
|
|
830
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
## [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)
|
|
837
|
-
|
|
838
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
## [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)
|
|
845
|
-
|
|
846
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
# [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)
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
### Features
|
|
856
|
-
|
|
857
|
-
* clean comments [no issue] ([#148](https://github.com/ornikar/shared-configs/issues/148)) ([32949a3](https://github.com/ornikar/shared-configs/commit/32949a3))
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
## [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)
|
|
864
|
-
|
|
865
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
## [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)
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
### Bug Fixes
|
|
875
|
-
|
|
876
|
-
* add new unicorn rules [no issue] ([#132](https://github.com/ornikar/shared-configs/issues/132)) ([14351c4](https://github.com/ornikar/shared-configs/commit/14351c4))
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
## [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)
|
|
883
|
-
|
|
884
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
## [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)
|
|
891
|
-
|
|
892
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
## [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)
|
|
899
|
-
|
|
900
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
## [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)
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
### Bug Fixes
|
|
910
|
-
|
|
911
|
-
* 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))
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
# [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)
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
### Features
|
|
921
|
-
|
|
922
|
-
* 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))
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
### BREAKING CHANGES
|
|
926
|
-
|
|
927
|
-
* @ornikar/eslint-config splitted
|
|
928
|
-
|
|
929
|
-
* docs: update first readme
|
|
930
|
-
|
|
931
|
-
* docs: missing eslint-plugin-react-hooks
|
|
932
|
-
|
|
933
|
-
* feat: disable @typescript-eslint/no-empty-interface
|
|
934
|
-
|
|
935
|
-
* fix: move babel-eslint in dependencies
|
|
936
|
-
|
|
937
|
-
* docs: typo plugin - config
|
|
938
|
-
|
|
939
|
-
* docs: eslint-config-typescript-react
|
|
940
|
-
|
|
941
|
-
* docs: use /eslint-config for consistency
|
|
942
|
-
|
|
943
|
-
* fix: ornikar/eslint-plugin-typescript-react
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
# [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)
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
### Features
|
|
953
|
-
|
|
954
|
-
* 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))
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
### BREAKING CHANGES
|
|
958
|
-
|
|
959
|
-
* if you use react, you will also need to run `yarn add --dev eslint-plugin-react-hooks`
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
## [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)
|
|
966
|
-
|
|
967
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
## [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)
|
|
974
|
-
|
|
975
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
## [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)
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
### Bug Fixes
|
|
985
|
-
|
|
986
|
-
* **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))
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
# [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)
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
### Features
|
|
996
|
-
|
|
997
|
-
* disable max-lines rule for storybook ([#58](https://github.com/ornikar/shared-configs/issues/58)) ([faf956e](https://github.com/ornikar/shared-configs/commit/faf956e))
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
# [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)
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
### Features
|
|
1007
|
-
|
|
1008
|
-
* disable max-lines rule for storybook ([#58](https://github.com/ornikar/shared-configs/issues/58)) ([faf956e](https://github.com/ornikar/shared-configs/commit/faf956e))
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
# [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)
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
### chore
|
|
1018
|
-
|
|
1019
|
-
* **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))
|
|
1020
|
-
* **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))
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
### Features
|
|
1024
|
-
|
|
1025
|
-
* update deps ([1f595ed](https://github.com/ornikar/shared-configs/commit/1f595ed))
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
### BREAKING CHANGES
|
|
1029
|
-
|
|
1030
|
-
* **deps:** eslint peerdep changed
|
|
1031
|
-
* **deps:** changed peerdep prettier
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
## [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)
|
|
1038
|
-
|
|
1039
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
# [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)
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
### Features
|
|
1049
|
-
|
|
1050
|
-
* jest config ([#29](https://github.com/ornikar/shared-configs/issues/29)) ([e5043a2](https://github.com/ornikar/shared-configs/commit/e5043a2))
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
## [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)
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
### Bug Fixes
|
|
1060
|
-
|
|
1061
|
-
* 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))
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
# [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)
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
### Features
|
|
1071
|
-
|
|
1072
|
-
* disable jsx-curly-brace-presence ([#26](https://github.com/ornikar/shared-configs/issues/26)) ([20c8778](https://github.com/ornikar/shared-configs/commit/20c8778))
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
## [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)
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
### Bug Fixes
|
|
1082
|
-
|
|
1083
|
-
* disable sort prop types required first ([#25](https://github.com/ornikar/shared-configs/issues/25)) ([3636081](https://github.com/ornikar/shared-configs/commit/3636081))
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
# [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)
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
### chore
|
|
1093
|
-
|
|
1094
|
-
* update prettier config ([#21](https://github.com/ornikar/shared-configs/issues/21)) ([4ff406b](https://github.com/ornikar/shared-configs/commit/4ff406b))
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
### Features
|
|
1098
|
-
|
|
1099
|
-
* update eslint-config ([#23](https://github.com/ornikar/shared-configs/issues/23)) ([ab83294](https://github.com/ornikar/shared-configs/commit/ab83294))
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
### BREAKING CHANGES
|
|
1103
|
-
|
|
1104
|
-
* prettier@^1.14.3, eslint-plugin-prettier@^3.0.0
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
<a name="4.0.1"></a>
|
|
1111
|
-
## [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)
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
### Bug Fixes
|
|
1115
|
-
|
|
1116
|
-
* **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))
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
<a name="4.0.0"></a>
|
|
1123
|
-
# [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)
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
### Bug Fixes
|
|
1127
|
-
|
|
1128
|
-
* disable react/sort-prop-types ([#16](https://github.com/ornikar/shared-configs/issues/16)) ([30ea4f4](https://github.com/ornikar/shared-configs/commit/30ea4f4))
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
### Features
|
|
1132
|
-
|
|
1133
|
-
* **eslint config:** update dependencies ([#12](https://github.com/ornikar/shared-configs/issues/12)) ([8887312](https://github.com/ornikar/shared-configs/commit/8887312))
|
|
1134
|
-
* 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))
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
### BREAKING CHANGES
|
|
1138
|
-
|
|
1139
|
-
* new rules enabled: react/jsx-sort-props react/sort-prop-types
|
|
1140
|
-
* **eslint config:** eslint ^5.3, eslint-plugin-prettier ^2.6.2, eslint-plugin-unicorn ^5.0.0, prettier ^1.14.2
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
<a name="3.0.0"></a>
|
|
1147
|
-
# [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)
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
### Features
|
|
1151
|
-
|
|
1152
|
-
* eslint plugin filenames ([#14](https://github.com/ornikar/shared-configs/issues/14)) ([6165809](https://github.com/ornikar/shared-configs/commit/6165809))
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
### BREAKING CHANGES
|
|
1156
|
-
|
|
1157
|
-
* requires eslint-plugin-filenames
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
<a name="2.2.1"></a>
|
|
1164
|
-
## 2.2.1 (2018-07-25)
|
|
1165
|
-
|
|
1166
|
-
**Note:** Version bump only for package @ornikar/eslint-config
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
<a name="2.2.0"></a>
|
|
1173
|
-
# [2.2.0](https://github.com/ornikar/eslint-config-ornikar/compare/v2.1.0...v2.2.0) (2018-07-17)
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
### Features
|
|
1177
|
-
|
|
1178
|
-
* increase max complexity to 10 (#5) ([8c53b2e](https://github.com/ornikar/eslint-config-ornikar/commit/8c53b2e))
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
<a name="2.1.0"></a>
|
|
1182
|
-
# [2.1.0](https://github.com/ornikar/eslint-config-ornikar/compare/v2.0.0...v2.1.0) (2018-07-12)
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
### Features
|
|
1186
|
-
|
|
1187
|
-
* increase max complexity warning (#4) ([4a1fe86](https://github.com/ornikar/eslint-config-ornikar/commit/4a1fe86))
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
<a name="2.0.0"></a>
|
|
1191
|
-
# [2.0.0](https://github.com/ornikar/eslint-config-ornikar/compare/v1.0.0...v2.0.0) (2018-07-12)
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
### Features
|
|
1195
|
-
|
|
1196
|
-
* reenable rules curly and quotes disabled by prettier config (#3) ([559c469](https://github.com/ornikar/eslint-config-ornikar/commit/559c469))
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
### BREAKING CHANGES
|
|
1200
|
-
|
|
1201
|
-
* rules `curly` and `quotes` reenabled
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
<a name="1.0.0"></a>
|
|
1205
|
-
# 1.0.0 (2018-06-28)
|
|
1206
|
-
|
|
1207
|
-
First release !
|
|
1208
|
-
|
|
1209
|
-
### Features
|
|
1210
|
-
|
|
1211
|
-
* first config (#1) ([fc5c9db](https://github.com/ornikar/eslint-config-ornikar/commit/fc5c9db))
|