@rhyster/eslint-config 1.7.28 → 1.7.29
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/eslint.config.d.ts +1 -0
- package/dist/eslint.config.d.ts.map +1 -1
- package/dist/index.d.cts +5 -0
- package/dist/index.d.mts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/src/index.d.ts +5 -0
- package/dist/src/index.d.ts.map +1 -1
- package/package.json +8 -8
package/dist/eslint.config.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eslint.config.d.ts","sourceRoot":"","sources":["../eslint.config.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC
|
|
1
|
+
{"version":3,"file":"eslint.config.d.ts","sourceRoot":"","sources":["../eslint.config.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQrC,wBAuB4B"}
|
package/dist/index.d.cts
CHANGED
|
@@ -5,6 +5,7 @@ import nodePlugin from 'eslint-plugin-n';
|
|
|
5
5
|
declare const core: ({
|
|
6
6
|
files: string[];
|
|
7
7
|
name?: string;
|
|
8
|
+
basePath?: string;
|
|
8
9
|
ignores?: string[];
|
|
9
10
|
language?: string;
|
|
10
11
|
languageOptions?: Linter.LanguageOptions;
|
|
@@ -877,6 +878,7 @@ declare const core: ({
|
|
|
877
878
|
declare const node: [...({
|
|
878
879
|
files: string[];
|
|
879
880
|
name?: string;
|
|
881
|
+
basePath?: string;
|
|
880
882
|
ignores?: string[];
|
|
881
883
|
language?: string;
|
|
882
884
|
languageOptions?: Linter.LanguageOptions;
|
|
@@ -1856,6 +1858,7 @@ declare const node: [...({
|
|
|
1856
1858
|
declare const browser: [...({
|
|
1857
1859
|
files: string[];
|
|
1858
1860
|
name?: string;
|
|
1861
|
+
basePath?: string;
|
|
1859
1862
|
ignores?: string[];
|
|
1860
1863
|
language?: string;
|
|
1861
1864
|
languageOptions?: Linter.LanguageOptions;
|
|
@@ -3883,6 +3886,7 @@ declare const browser: [...({
|
|
|
3883
3886
|
declare const vue: ({
|
|
3884
3887
|
files: string[];
|
|
3885
3888
|
name?: string;
|
|
3889
|
+
basePath?: string;
|
|
3886
3890
|
ignores?: string[];
|
|
3887
3891
|
language?: string;
|
|
3888
3892
|
languageOptions?: Linter.LanguageOptions;
|
|
@@ -5909,6 +5913,7 @@ declare const vue: ({
|
|
|
5909
5913
|
} | {
|
|
5910
5914
|
files: string[];
|
|
5911
5915
|
name?: string;
|
|
5916
|
+
basePath?: string;
|
|
5912
5917
|
ignores?: string[];
|
|
5913
5918
|
language?: string;
|
|
5914
5919
|
languageOptions?: Linter.LanguageOptions;
|
package/dist/index.d.mts
CHANGED
|
@@ -5,6 +5,7 @@ import nodePlugin from 'eslint-plugin-n';
|
|
|
5
5
|
declare const core: ({
|
|
6
6
|
files: string[];
|
|
7
7
|
name?: string;
|
|
8
|
+
basePath?: string;
|
|
8
9
|
ignores?: string[];
|
|
9
10
|
language?: string;
|
|
10
11
|
languageOptions?: Linter.LanguageOptions;
|
|
@@ -877,6 +878,7 @@ declare const core: ({
|
|
|
877
878
|
declare const node: [...({
|
|
878
879
|
files: string[];
|
|
879
880
|
name?: string;
|
|
881
|
+
basePath?: string;
|
|
880
882
|
ignores?: string[];
|
|
881
883
|
language?: string;
|
|
882
884
|
languageOptions?: Linter.LanguageOptions;
|
|
@@ -1856,6 +1858,7 @@ declare const node: [...({
|
|
|
1856
1858
|
declare const browser: [...({
|
|
1857
1859
|
files: string[];
|
|
1858
1860
|
name?: string;
|
|
1861
|
+
basePath?: string;
|
|
1859
1862
|
ignores?: string[];
|
|
1860
1863
|
language?: string;
|
|
1861
1864
|
languageOptions?: Linter.LanguageOptions;
|
|
@@ -3883,6 +3886,7 @@ declare const browser: [...({
|
|
|
3883
3886
|
declare const vue: ({
|
|
3884
3887
|
files: string[];
|
|
3885
3888
|
name?: string;
|
|
3889
|
+
basePath?: string;
|
|
3886
3890
|
ignores?: string[];
|
|
3887
3891
|
language?: string;
|
|
3888
3892
|
languageOptions?: Linter.LanguageOptions;
|
|
@@ -5909,6 +5913,7 @@ declare const vue: ({
|
|
|
5909
5913
|
} | {
|
|
5910
5914
|
files: string[];
|
|
5911
5915
|
name?: string;
|
|
5916
|
+
basePath?: string;
|
|
5912
5917
|
ignores?: string[];
|
|
5913
5918
|
language?: string;
|
|
5914
5919
|
languageOptions?: Linter.LanguageOptions;
|
package/dist/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import nodePlugin from 'eslint-plugin-n';
|
|
|
5
5
|
declare const core: ({
|
|
6
6
|
files: string[];
|
|
7
7
|
name?: string;
|
|
8
|
+
basePath?: string;
|
|
8
9
|
ignores?: string[];
|
|
9
10
|
language?: string;
|
|
10
11
|
languageOptions?: Linter.LanguageOptions;
|
|
@@ -877,6 +878,7 @@ declare const core: ({
|
|
|
877
878
|
declare const node: [...({
|
|
878
879
|
files: string[];
|
|
879
880
|
name?: string;
|
|
881
|
+
basePath?: string;
|
|
880
882
|
ignores?: string[];
|
|
881
883
|
language?: string;
|
|
882
884
|
languageOptions?: Linter.LanguageOptions;
|
|
@@ -1856,6 +1858,7 @@ declare const node: [...({
|
|
|
1856
1858
|
declare const browser: [...({
|
|
1857
1859
|
files: string[];
|
|
1858
1860
|
name?: string;
|
|
1861
|
+
basePath?: string;
|
|
1859
1862
|
ignores?: string[];
|
|
1860
1863
|
language?: string;
|
|
1861
1864
|
languageOptions?: Linter.LanguageOptions;
|
|
@@ -3883,6 +3886,7 @@ declare const browser: [...({
|
|
|
3883
3886
|
declare const vue: ({
|
|
3884
3887
|
files: string[];
|
|
3885
3888
|
name?: string;
|
|
3889
|
+
basePath?: string;
|
|
3886
3890
|
ignores?: string[];
|
|
3887
3891
|
language?: string;
|
|
3888
3892
|
languageOptions?: Linter.LanguageOptions;
|
|
@@ -5909,6 +5913,7 @@ declare const vue: ({
|
|
|
5909
5913
|
} | {
|
|
5910
5914
|
files: string[];
|
|
5911
5915
|
name?: string;
|
|
5916
|
+
basePath?: string;
|
|
5912
5917
|
ignores?: string[];
|
|
5913
5918
|
language?: string;
|
|
5914
5919
|
languageOptions?: Linter.LanguageOptions;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ export declare const core: ({
|
|
|
32
32
|
} | {
|
|
33
33
|
files: string[];
|
|
34
34
|
name?: string;
|
|
35
|
+
basePath?: string;
|
|
35
36
|
ignores?: string[];
|
|
36
37
|
language?: string;
|
|
37
38
|
languageOptions?: Linter.LanguageOptions;
|
|
@@ -904,6 +905,7 @@ export declare const node: [...({
|
|
|
904
905
|
} | {
|
|
905
906
|
files: string[];
|
|
906
907
|
name?: string;
|
|
908
|
+
basePath?: string;
|
|
907
909
|
ignores?: string[];
|
|
908
910
|
language?: string;
|
|
909
911
|
languageOptions?: Linter.LanguageOptions;
|
|
@@ -1883,6 +1885,7 @@ export declare const browser: [...({
|
|
|
1883
1885
|
} | {
|
|
1884
1886
|
files: string[];
|
|
1885
1887
|
name?: string;
|
|
1888
|
+
basePath?: string;
|
|
1886
1889
|
ignores?: string[];
|
|
1887
1890
|
language?: string;
|
|
1888
1891
|
languageOptions?: Linter.LanguageOptions;
|
|
@@ -3910,6 +3913,7 @@ export declare const vue: ({
|
|
|
3910
3913
|
} | {
|
|
3911
3914
|
files: string[];
|
|
3912
3915
|
name?: string;
|
|
3916
|
+
basePath?: string;
|
|
3913
3917
|
ignores?: string[];
|
|
3914
3918
|
language?: string;
|
|
3915
3919
|
languageOptions?: Linter.LanguageOptions;
|
|
@@ -5907,6 +5911,7 @@ export declare const vue: ({
|
|
|
5907
5911
|
} | {
|
|
5908
5912
|
files: string[];
|
|
5909
5913
|
name?: string;
|
|
5914
|
+
basePath?: string;
|
|
5910
5915
|
ignores?: string[];
|
|
5911
5916
|
language?: string;
|
|
5912
5917
|
languageOptions?: Linter.LanguageOptions;
|
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,UAAU,MAAM,iBAAiB,CAAC;AAiBzC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAmBrC,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,UAAU,MAAM,iBAAiB,CAAC;AAiBzC,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAmBrC,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAGK,CAAC;AAEvB,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgBY,CAAC;AAE9B,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMS,CAAC;AAE9B,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IASa,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rhyster/eslint-config",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.29",
|
|
4
4
|
"description": "ESLint config",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"license": "MIT",
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/confusing-browser-globals": "^1.0.3",
|
|
39
|
-
"eslint": "^9.
|
|
39
|
+
"eslint": "^9.30.0",
|
|
40
40
|
"jiti": "^2.4.2",
|
|
41
41
|
"typescript": "^5.8.3",
|
|
42
42
|
"unbuild": "^3.5.0"
|
|
@@ -45,16 +45,16 @@
|
|
|
45
45
|
"eslint": ">= 9"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@eslint/js": "^9.
|
|
48
|
+
"@eslint/js": "^9.30.0",
|
|
49
49
|
"@stylistic/eslint-plugin": "^4.4.1",
|
|
50
50
|
"confusing-browser-globals": "^1.0.11",
|
|
51
|
-
"eslint-import-resolver-typescript": "^4.4.
|
|
52
|
-
"eslint-plugin-import-x": "^4.
|
|
51
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
52
|
+
"eslint-plugin-import-x": "^4.16.1",
|
|
53
53
|
"eslint-plugin-n": "^17.20.0",
|
|
54
54
|
"eslint-plugin-vue": "^10.2.0",
|
|
55
55
|
"globals": "^16.2.0",
|
|
56
|
-
"typescript-eslint": "^8.
|
|
57
|
-
"vue-eslint-parser": "^10.1.
|
|
56
|
+
"typescript-eslint": "^8.35.0",
|
|
57
|
+
"vue-eslint-parser": "^10.1.4"
|
|
58
58
|
},
|
|
59
|
-
"packageManager": "pnpm@10.12.
|
|
59
|
+
"packageManager": "pnpm@10.12.4"
|
|
60
60
|
}
|