eslint-config-silverwind 49.0.2 → 50.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/index.json +13 -2
- package/package.json +5 -5
package/index.json
CHANGED
|
@@ -589,7 +589,7 @@
|
|
|
589
589
|
2
|
|
590
590
|
],
|
|
591
591
|
"no-duplicate-imports": [
|
|
592
|
-
|
|
592
|
+
0
|
|
593
593
|
],
|
|
594
594
|
"no-else-return": [
|
|
595
595
|
0
|
|
@@ -983,7 +983,12 @@
|
|
|
983
983
|
],
|
|
984
984
|
"no-use-before-define": [
|
|
985
985
|
2,
|
|
986
|
-
|
|
986
|
+
{
|
|
987
|
+
"functions": false,
|
|
988
|
+
"classes": true,
|
|
989
|
+
"variables": true,
|
|
990
|
+
"allowNamedExports": true
|
|
991
|
+
}
|
|
987
992
|
],
|
|
988
993
|
"no-useless-backreference": [
|
|
989
994
|
0
|
|
@@ -1408,6 +1413,9 @@
|
|
|
1408
1413
|
"unicorn/prefer-event-key": [
|
|
1409
1414
|
2
|
|
1410
1415
|
],
|
|
1416
|
+
"unicorn/prefer-event-target": [
|
|
1417
|
+
2
|
|
1418
|
+
],
|
|
1411
1419
|
"unicorn/prefer-export-from": [
|
|
1412
1420
|
2
|
|
1413
1421
|
],
|
|
@@ -1420,6 +1428,9 @@
|
|
|
1420
1428
|
"unicorn/prefer-json-parse-buffer": [
|
|
1421
1429
|
0
|
|
1422
1430
|
],
|
|
1431
|
+
"unicorn/prefer-logical-operator-over-ternary": [
|
|
1432
|
+
2
|
|
1433
|
+
],
|
|
1423
1434
|
"unicorn/prefer-math-trunc": [
|
|
1424
1435
|
2
|
|
1425
1436
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-silverwind",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "50.0.0",
|
|
4
4
|
"description": "Personal ESLint configuration",
|
|
5
5
|
"author": "silverwind <me@silverwind.io>",
|
|
6
6
|
"repository": "silverwind/eslint-config-silverwind",
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"eslint-plugin-import": "^2.26.0",
|
|
17
|
-
"eslint-plugin-unicorn": "^
|
|
17
|
+
"eslint-plugin-unicorn": "^43.0.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"eslint": "8.
|
|
20
|
+
"eslint": "8.18.0",
|
|
21
21
|
"js-yaml": "4.1.0",
|
|
22
|
-
"updates": "13.0
|
|
23
|
-
"versions": "9.
|
|
22
|
+
"updates": "13.1.0",
|
|
23
|
+
"versions": "9.3.0"
|
|
24
24
|
},
|
|
25
25
|
"keywords": [
|
|
26
26
|
"eslint",
|