eslint-config-silverwind 96.0.3 → 96.0.5
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/dist/index.js +5 -3
- package/dist/index.json +6 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -58,9 +58,6 @@ const eslintrc = {
|
|
|
58
58
|
},
|
|
59
59
|
"settings": {
|
|
60
60
|
"import/extensions": [".js", ".jsx", ".ts", ".tsx"],
|
|
61
|
-
"import/resolver": {
|
|
62
|
-
"typescript": true
|
|
63
|
-
},
|
|
64
61
|
"import/parsers": {
|
|
65
62
|
"@typescript-eslint/parser": [".js", ".jsx", ".ts", ".tsx"]
|
|
66
63
|
},
|
|
@@ -95,6 +92,11 @@ const eslintrc = {
|
|
|
95
92
|
"no-unused-vars": [0],
|
|
96
93
|
"no-use-before-define": [0],
|
|
97
94
|
"require-await": [0]
|
|
95
|
+
},
|
|
96
|
+
settings: {
|
|
97
|
+
"import/resolver": {
|
|
98
|
+
"typescript": true
|
|
99
|
+
}
|
|
98
100
|
}
|
|
99
101
|
},
|
|
100
102
|
{
|
package/dist/index.json
CHANGED
|
@@ -42,9 +42,6 @@
|
|
|
42
42
|
".ts",
|
|
43
43
|
".tsx"
|
|
44
44
|
],
|
|
45
|
-
"import/resolver": {
|
|
46
|
-
"typescript": true
|
|
47
|
-
},
|
|
48
45
|
"import/parsers": {
|
|
49
46
|
"@typescript-eslint/parser": [
|
|
50
47
|
".js",
|
|
@@ -98,6 +95,11 @@
|
|
|
98
95
|
"require-await": [
|
|
99
96
|
0
|
|
100
97
|
]
|
|
98
|
+
},
|
|
99
|
+
"settings": {
|
|
100
|
+
"import/resolver": {
|
|
101
|
+
"typescript": true
|
|
102
|
+
}
|
|
101
103
|
}
|
|
102
104
|
},
|
|
103
105
|
{
|
|
@@ -1580,7 +1582,7 @@
|
|
|
1580
1582
|
0
|
|
1581
1583
|
],
|
|
1582
1584
|
"import/default": [
|
|
1583
|
-
|
|
1585
|
+
0
|
|
1584
1586
|
],
|
|
1585
1587
|
"import/dynamic-import-chunkname": [
|
|
1586
1588
|
0
|