eslint-config-silverwind 46.1.0 → 48.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.
Files changed (2) hide show
  1. package/index.json +18 -55
  2. package/package.json +6 -7
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": 2021
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
- 0
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
- 0
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
  ],
@@ -1127,6 +1075,9 @@
1127
1075
  "prefer-numeric-literals": [
1128
1076
  2
1129
1077
  ],
1078
+ "prefer-object-has-own": [
1079
+ 0
1080
+ ],
1130
1081
  "prefer-object-spread": [
1131
1082
  0
1132
1083
  ],
@@ -1360,6 +1311,9 @@
1360
1311
  "unicorn/no-static-only-class": [
1361
1312
  2
1362
1313
  ],
1314
+ "unicorn/no-thenable": [
1315
+ 2
1316
+ ],
1363
1317
  "unicorn/no-this-assignment": [
1364
1318
  2
1365
1319
  ],
@@ -1378,6 +1332,9 @@
1378
1332
  "unicorn/no-useless-length-check": [
1379
1333
  2
1380
1334
  ],
1335
+ "unicorn/no-useless-promise-resolve-reject": [
1336
+ 2
1337
+ ],
1381
1338
  "unicorn/no-useless-spread": [
1382
1339
  2
1383
1340
  ],
@@ -1415,7 +1372,7 @@
1415
1372
  0
1416
1373
  ],
1417
1374
  "unicorn/prefer-code-point": [
1418
- 2
1375
+ 0
1419
1376
  ],
1420
1377
  "unicorn/prefer-dataset": [
1421
1378
  2
@@ -1438,6 +1395,9 @@
1438
1395
  "unicorn/prefer-includes": [
1439
1396
  2
1440
1397
  ],
1398
+ "unicorn/prefer-json-parse-buffer": [
1399
+ 0
1400
+ ],
1441
1401
  "unicorn/prefer-math-trunc": [
1442
1402
  2
1443
1403
  ],
@@ -1519,6 +1479,9 @@
1519
1479
  "unicorn/prevent-abbreviations": [
1520
1480
  0
1521
1481
  ],
1482
+ "unicorn/relative-url-style": [
1483
+ 2
1484
+ ],
1522
1485
  "unicorn/require-array-join-separator": [
1523
1486
  2
1524
1487
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-silverwind",
3
- "version": "46.1.0",
3
+ "version": "48.1.0",
4
4
  "description": "Personal ESLint configuration",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/eslint-config-silverwind",
@@ -13,15 +13,14 @@
13
13
  "node": ">=10.0.0"
14
14
  },
15
15
  "dependencies": {
16
- "eslint-plugin-github": "^4.3.5",
17
- "eslint-plugin-import": "^2.25.3",
18
- "eslint-plugin-unicorn": "^39.0.0"
16
+ "eslint-plugin-import": "^2.25.4",
17
+ "eslint-plugin-unicorn": "^40.0.0"
19
18
  },
20
19
  "devDependencies": {
21
- "eslint": "8.3.0",
20
+ "eslint": "8.6.0",
22
21
  "js-yaml": "4.1.0",
23
- "updates": "12.2.2",
24
- "versions": "9.1.0"
22
+ "updates": "13.0.0",
23
+ "versions": "9.2.1"
25
24
  },
26
25
  "keywords": [
27
26
  "eslint",