eslint-config-silverwind 49.0.1 → 49.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 +7 -2
- package/package.json +3 -3
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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-silverwind",
|
|
3
|
-
"version": "49.0
|
|
3
|
+
"version": "49.1.0",
|
|
4
4
|
"description": "Personal ESLint configuration",
|
|
5
5
|
"author": "silverwind <me@silverwind.io>",
|
|
6
6
|
"repository": "silverwind/eslint-config-silverwind",
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"eslint-plugin-unicorn": "^42.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
|
|
22
|
+
"updates": "13.1.0",
|
|
23
23
|
"versions": "9.2.3"
|
|
24
24
|
},
|
|
25
25
|
"keywords": [
|