eslint-config-silverwind 48.3.1 → 49.0.1

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 +22 -1
  2. package/package.json +6 -6
package/index.json CHANGED
@@ -20,6 +20,9 @@
20
20
  ".jsx"
21
21
  ]
22
22
  },
23
+ "ignorePatterns": [
24
+ "**/vendor/**"
25
+ ],
23
26
  "overrides": [
24
27
  {
25
28
  "files": [
@@ -390,7 +393,10 @@
390
393
  "import/no-unresolved": [
391
394
  2,
392
395
  {
393
- "commonjs": true
396
+ "commonjs": true,
397
+ "ignore": [
398
+ "\\?.+$"
399
+ ]
394
400
  }
395
401
  ],
396
402
  "import/no-unused-modules": [
@@ -543,6 +549,9 @@
543
549
  "no-const-assign": [
544
550
  2
545
551
  ],
552
+ "no-constant-binary-expression": [
553
+ 2
554
+ ],
546
555
  "no-constant-condition": [
547
556
  0
548
557
  ],
@@ -1327,6 +1336,9 @@
1327
1336
  "unicorn/no-unreadable-array-destructuring": [
1328
1337
  0
1329
1338
  ],
1339
+ "unicorn/no-unreadable-iife": [
1340
+ 2
1341
+ ],
1330
1342
  "unicorn/no-unsafe-regex": [
1331
1343
  0
1332
1344
  ],
@@ -1345,6 +1357,9 @@
1345
1357
  "unicorn/no-useless-spread": [
1346
1358
  2
1347
1359
  ],
1360
+ "unicorn/no-useless-switch-case": [
1361
+ 2
1362
+ ],
1348
1363
  "unicorn/no-useless-undefined": [
1349
1364
  0
1350
1365
  ],
@@ -1411,9 +1426,15 @@
1411
1426
  "unicorn/prefer-modern-dom-apis": [
1412
1427
  0
1413
1428
  ],
1429
+ "unicorn/prefer-modern-math-apis": [
1430
+ 2
1431
+ ],
1414
1432
  "unicorn/prefer-module": [
1415
1433
  0
1416
1434
  ],
1435
+ "unicorn/prefer-native-coercion-functions": [
1436
+ 2
1437
+ ],
1417
1438
  "unicorn/prefer-negative-index": [
1418
1439
  2
1419
1440
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-silverwind",
3
- "version": "48.3.1",
3
+ "version": "49.0.1",
4
4
  "description": "Personal ESLint configuration",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/eslint-config-silverwind",
@@ -13,14 +13,14 @@
13
13
  "node": ">=10.0.0"
14
14
  },
15
15
  "dependencies": {
16
- "eslint-plugin-import": "^2.25.4",
17
- "eslint-plugin-unicorn": "^41.0.1"
16
+ "eslint-plugin-import": "^2.26.0",
17
+ "eslint-plugin-unicorn": "^42.0.0"
18
18
  },
19
19
  "devDependencies": {
20
- "eslint": "8.12.0",
20
+ "eslint": "8.14.0",
21
21
  "js-yaml": "4.1.0",
22
- "updates": "13.0.4",
23
- "versions": "9.2.2"
22
+ "updates": "13.0.5",
23
+ "versions": "9.2.3"
24
24
  },
25
25
  "keywords": [
26
26
  "eslint",