@so1ve/eslint-config 1.0.0-alpha.18 → 1.0.0-alpha.19
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.cjs +3 -2
- package/dist/index.mjs +3 -2
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -271,7 +271,6 @@ const formatting = (options) => {
|
|
|
271
271
|
"moduleResolution",
|
|
272
272
|
"moduleSuffixes",
|
|
273
273
|
"noResolve",
|
|
274
|
-
"paths",
|
|
275
274
|
"resolveJsonModule",
|
|
276
275
|
"resolvePackageJsonExports",
|
|
277
276
|
"resolvePackageJsonImports",
|
|
@@ -337,7 +336,9 @@ const formatting = (options) => {
|
|
|
337
336
|
"verbatimModuleSyntax",
|
|
338
337
|
/* Completeness */
|
|
339
338
|
"skipDefaultLibCheck",
|
|
340
|
-
"skipLibCheck"
|
|
339
|
+
"skipLibCheck",
|
|
340
|
+
/* Alias */
|
|
341
|
+
"paths"
|
|
341
342
|
],
|
|
342
343
|
pathPattern: "^compilerOptions$"
|
|
343
344
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -242,7 +242,6 @@ const formatting = (options) => {
|
|
|
242
242
|
"moduleResolution",
|
|
243
243
|
"moduleSuffixes",
|
|
244
244
|
"noResolve",
|
|
245
|
-
"paths",
|
|
246
245
|
"resolveJsonModule",
|
|
247
246
|
"resolvePackageJsonExports",
|
|
248
247
|
"resolvePackageJsonImports",
|
|
@@ -308,7 +307,9 @@ const formatting = (options) => {
|
|
|
308
307
|
"verbatimModuleSyntax",
|
|
309
308
|
/* Completeness */
|
|
310
309
|
"skipDefaultLibCheck",
|
|
311
|
-
"skipLibCheck"
|
|
310
|
+
"skipLibCheck",
|
|
311
|
+
/* Alias */
|
|
312
|
+
"paths"
|
|
312
313
|
],
|
|
313
314
|
pathPattern: "^compilerOptions$"
|
|
314
315
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@so1ve/eslint-config",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.19",
|
|
4
4
|
"author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
|
|
5
5
|
"description": "Ray's eslint config.",
|
|
6
6
|
"keywords": [
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"toml-eslint-parser": "^0.6.0",
|
|
72
72
|
"vue-eslint-parser": "^9.3.1",
|
|
73
73
|
"yaml-eslint-parser": "^1.2.2",
|
|
74
|
-
"@so1ve/eslint-plugin-sort-imports": "1.0.0-alpha.
|
|
75
|
-
"@so1ve/eslint-plugin": "1.0.0-alpha.
|
|
74
|
+
"@so1ve/eslint-plugin-sort-imports": "1.0.0-alpha.19",
|
|
75
|
+
"@so1ve/eslint-plugin": "1.0.0-alpha.19"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"eslint": "^8.46.0"
|