eslint-config-silverwind 45.1.0 → 47.1.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/index.json +8 -54
- package/package.json +3 -4
package/index.json
CHANGED
|
@@ -3,12 +3,11 @@
|
|
|
3
3
|
"reportUnusedDisableDirectives": true,
|
|
4
4
|
"plugins": [
|
|
5
5
|
"unicorn",
|
|
6
|
-
"import"
|
|
7
|
-
"github"
|
|
6
|
+
"import"
|
|
8
7
|
],
|
|
9
8
|
"parserOptions": {
|
|
10
9
|
"sourceType": "module",
|
|
11
|
-
"ecmaVersion":
|
|
10
|
+
"ecmaVersion": "latest"
|
|
12
11
|
},
|
|
13
12
|
"env": {
|
|
14
13
|
"browser": true,
|
|
@@ -251,57 +250,6 @@
|
|
|
251
250
|
"getter-return": [
|
|
252
251
|
2
|
|
253
252
|
],
|
|
254
|
-
"github/array-foreach": [
|
|
255
|
-
2
|
|
256
|
-
],
|
|
257
|
-
"github/async-currenttarget": [
|
|
258
|
-
2
|
|
259
|
-
],
|
|
260
|
-
"github/async-preventdefault": [
|
|
261
|
-
0
|
|
262
|
-
],
|
|
263
|
-
"github/authenticity-token": [
|
|
264
|
-
0
|
|
265
|
-
],
|
|
266
|
-
"github/get-attribute": [
|
|
267
|
-
2
|
|
268
|
-
],
|
|
269
|
-
"github/js-class-name": [
|
|
270
|
-
0
|
|
271
|
-
],
|
|
272
|
-
"github/no-blur": [
|
|
273
|
-
0
|
|
274
|
-
],
|
|
275
|
-
"github/no-d-none": [
|
|
276
|
-
0
|
|
277
|
-
],
|
|
278
|
-
"github/no-dataset": [
|
|
279
|
-
2
|
|
280
|
-
],
|
|
281
|
-
"github/no-implicit-buggy-globals": [
|
|
282
|
-
0
|
|
283
|
-
],
|
|
284
|
-
"github/no-inner-html": [
|
|
285
|
-
0
|
|
286
|
-
],
|
|
287
|
-
"github/no-innerText": [
|
|
288
|
-
2
|
|
289
|
-
],
|
|
290
|
-
"github/no-then": [
|
|
291
|
-
2
|
|
292
|
-
],
|
|
293
|
-
"github/no-useless-passive": [
|
|
294
|
-
2
|
|
295
|
-
],
|
|
296
|
-
"github/prefer-observers": [
|
|
297
|
-
0
|
|
298
|
-
],
|
|
299
|
-
"github/require-passive-events": [
|
|
300
|
-
2
|
|
301
|
-
],
|
|
302
|
-
"github/unescaped-html-literal": [
|
|
303
|
-
0
|
|
304
|
-
],
|
|
305
253
|
"grouped-accessor-pairs": [
|
|
306
254
|
2
|
|
307
255
|
],
|
|
@@ -1306,6 +1254,9 @@
|
|
|
1306
1254
|
"unicorn/no-array-push-push": [
|
|
1307
1255
|
2
|
|
1308
1256
|
],
|
|
1257
|
+
"unicorn/no-await-expression-member": [
|
|
1258
|
+
0
|
|
1259
|
+
],
|
|
1309
1260
|
"unicorn/no-console-spaces": [
|
|
1310
1261
|
0
|
|
1311
1262
|
],
|
|
@@ -1411,6 +1362,9 @@
|
|
|
1411
1362
|
"unicorn/prefer-at": [
|
|
1412
1363
|
0
|
|
1413
1364
|
],
|
|
1365
|
+
"unicorn/prefer-code-point": [
|
|
1366
|
+
2
|
|
1367
|
+
],
|
|
1414
1368
|
"unicorn/prefer-dataset": [
|
|
1415
1369
|
2
|
|
1416
1370
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-silverwind",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "47.1.0",
|
|
4
4
|
"description": "Personal ESLint configuration",
|
|
5
5
|
"author": "silverwind <me@silverwind.io>",
|
|
6
6
|
"repository": "silverwind/eslint-config-silverwind",
|
|
@@ -13,12 +13,11 @@
|
|
|
13
13
|
"node": ">=10.0.0"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"eslint-plugin-github": "^4.3.5",
|
|
17
16
|
"eslint-plugin-import": "^2.25.3",
|
|
18
|
-
"eslint-plugin-unicorn": "^
|
|
17
|
+
"eslint-plugin-unicorn": "^39.0.0"
|
|
19
18
|
},
|
|
20
19
|
"devDependencies": {
|
|
21
|
-
"eslint": "8.
|
|
20
|
+
"eslint": "8.3.0",
|
|
22
21
|
"js-yaml": "4.1.0",
|
|
23
22
|
"updates": "12.2.2",
|
|
24
23
|
"versions": "9.1.0"
|