@eslint-sukka/shared 8.13.4 → 8.13.6-beta.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.
- package/dist/index.d.ts +1 -1
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
|
@@ -149,7 +149,7 @@ declare const packageResolver: {
|
|
|
149
149
|
path: string | undefined;
|
|
150
150
|
};
|
|
151
151
|
};
|
|
152
|
-
declare function isPackageExists(pkg: string, parent?:
|
|
152
|
+
declare function isPackageExists(pkg: string, parent?: string): boolean;
|
|
153
153
|
|
|
154
154
|
declare function asPlugin(plugin: {
|
|
155
155
|
rules: unknown;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-sukka/shared",
|
|
3
|
-
"version": "8.13.
|
|
3
|
+
"version": "8.13.6-beta.1",
|
|
4
4
|
"description": "Sukka's ESLint config",
|
|
5
5
|
"homepage": "https://github.com/SukkaW/eslint-config-sukka",
|
|
6
6
|
"repository": {
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@package-json/types": "^0.0.13",
|
|
32
|
-
"@typescript-eslint/utils": "^8.
|
|
33
|
-
"enhanced-resolve": "^5.24.
|
|
34
|
-
"foxts": "^5.
|
|
32
|
+
"@typescript-eslint/utils": "^8.63.0",
|
|
33
|
+
"enhanced-resolve": "^5.24.2",
|
|
34
|
+
"foxts": "^5.8.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"globals": "^17.7.0",
|
|
38
|
-
"@eslint-sukka/rollup-config": "8.13.
|
|
38
|
+
"@eslint-sukka/rollup-config": "8.13.6-beta.1"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"eslint": "*"
|