@icebreakers/eslint-config 4.0.5 → 4.0.6
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.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +5 -5
package/dist/index.d.cts
CHANGED
|
@@ -1854,7 +1854,7 @@ interface AwaitExpression extends BaseExpression {
|
|
|
1854
1854
|
argument: Expression;
|
|
1855
1855
|
}
|
|
1856
1856
|
//#endregion
|
|
1857
|
-
//#region ../../node_modules/.pnpm/@eslint+core@1.2.
|
|
1857
|
+
//#region ../../node_modules/.pnpm/@eslint+core@1.2.1/node_modules/@eslint/core/dist/esm/types.d.ts
|
|
1858
1858
|
/**
|
|
1859
1859
|
* Represents an error inside of a file.
|
|
1860
1860
|
*/
|
|
@@ -2968,17 +2968,17 @@ interface Directive {
|
|
|
2968
2968
|
justification?: string;
|
|
2969
2969
|
}
|
|
2970
2970
|
//#endregion
|
|
2971
|
-
//#region ../../node_modules/.pnpm/@eslint+plugin-kit@0.7.
|
|
2971
|
+
//#region ../../node_modules/.pnpm/@eslint+plugin-kit@0.7.1/node_modules/@eslint/plugin-kit/dist/esm/types.d.ts
|
|
2972
2972
|
/**
|
|
2973
2973
|
* Adds matching `:exit` selector properties for each key of a `RuleVisitor`.
|
|
2974
2974
|
*/
|
|
2975
2975
|
type CustomRuleVisitorWithExit$1<RuleVisitorType extends RuleVisitor$1> = { [Key in keyof RuleVisitorType as Key | `${Key & string}:exit`]: RuleVisitorType[Key] };
|
|
2976
2976
|
//#endregion
|
|
2977
|
-
//#region ../../node_modules/.pnpm/@eslint+plugin-kit@0.7.
|
|
2977
|
+
//#region ../../node_modules/.pnpm/@eslint+plugin-kit@0.7.1/node_modules/@eslint/plugin-kit/dist/esm/index.d.ts
|
|
2978
2978
|
type RuleVisitor = RuleVisitor$1;
|
|
2979
2979
|
type CustomRuleVisitorWithExit<RuleVisitorType extends RuleVisitor> = CustomRuleVisitorWithExit$1<RuleVisitorType>;
|
|
2980
2980
|
//#endregion
|
|
2981
|
-
//#region ../../node_modules/.pnpm/eslint@10.2.
|
|
2981
|
+
//#region ../../node_modules/.pnpm/eslint@10.2.1_jiti@2.6.1/node_modules/eslint/lib/types/index.d.ts
|
|
2982
2982
|
//------------------------------------------------------------------------------
|
|
2983
2983
|
// Exports
|
|
2984
2984
|
//------------------------------------------------------------------------------
|
package/dist/index.d.ts
CHANGED
|
@@ -1854,7 +1854,7 @@ interface AwaitExpression extends BaseExpression {
|
|
|
1854
1854
|
argument: Expression;
|
|
1855
1855
|
}
|
|
1856
1856
|
//#endregion
|
|
1857
|
-
//#region ../../node_modules/.pnpm/@eslint+core@1.2.
|
|
1857
|
+
//#region ../../node_modules/.pnpm/@eslint+core@1.2.1/node_modules/@eslint/core/dist/esm/types.d.ts
|
|
1858
1858
|
/**
|
|
1859
1859
|
* Represents an error inside of a file.
|
|
1860
1860
|
*/
|
|
@@ -2968,17 +2968,17 @@ interface Directive {
|
|
|
2968
2968
|
justification?: string;
|
|
2969
2969
|
}
|
|
2970
2970
|
//#endregion
|
|
2971
|
-
//#region ../../node_modules/.pnpm/@eslint+plugin-kit@0.7.
|
|
2971
|
+
//#region ../../node_modules/.pnpm/@eslint+plugin-kit@0.7.1/node_modules/@eslint/plugin-kit/dist/esm/types.d.ts
|
|
2972
2972
|
/**
|
|
2973
2973
|
* Adds matching `:exit` selector properties for each key of a `RuleVisitor`.
|
|
2974
2974
|
*/
|
|
2975
2975
|
type CustomRuleVisitorWithExit$1<RuleVisitorType extends RuleVisitor$1> = { [Key in keyof RuleVisitorType as Key | `${Key & string}:exit`]: RuleVisitorType[Key] };
|
|
2976
2976
|
//#endregion
|
|
2977
|
-
//#region ../../node_modules/.pnpm/@eslint+plugin-kit@0.7.
|
|
2977
|
+
//#region ../../node_modules/.pnpm/@eslint+plugin-kit@0.7.1/node_modules/@eslint/plugin-kit/dist/esm/index.d.ts
|
|
2978
2978
|
type RuleVisitor = RuleVisitor$1;
|
|
2979
2979
|
type CustomRuleVisitorWithExit<RuleVisitorType extends RuleVisitor> = CustomRuleVisitorWithExit$1<RuleVisitorType>;
|
|
2980
2980
|
//#endregion
|
|
2981
|
-
//#region ../../node_modules/.pnpm/eslint@10.2.
|
|
2981
|
+
//#region ../../node_modules/.pnpm/eslint@10.2.1_jiti@2.6.1/node_modules/eslint/lib/types/index.d.ts
|
|
2982
2982
|
//------------------------------------------------------------------------------
|
|
2983
2983
|
// Exports
|
|
2984
2984
|
//------------------------------------------------------------------------------
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@icebreakers/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.6",
|
|
5
5
|
"description": "ESLint preset from Icebreaker's dev-configs",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -55,15 +55,15 @@
|
|
|
55
55
|
"eslint-plugin-better-tailwindcss": "^4.4.1",
|
|
56
56
|
"eslint-plugin-format": "2.0.1",
|
|
57
57
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
58
|
-
"eslint-plugin-react-hooks": "^7.
|
|
58
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
59
59
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
60
60
|
"eslint-plugin-tailwindcss": "3.18.3",
|
|
61
61
|
"eslint-plugin-vuejs-accessibility": "^2.5.0",
|
|
62
|
-
"@icebreakers/stylelint-config": "3.0.
|
|
63
|
-
"eslint-plugin-better-stylelint": "1.0.
|
|
62
|
+
"@icebreakers/stylelint-config": "3.0.5",
|
|
63
|
+
"eslint-plugin-better-stylelint": "1.0.2"
|
|
64
64
|
},
|
|
65
65
|
"optionalDependencies": {
|
|
66
|
-
"@next/eslint-plugin-next": "^16.2.
|
|
66
|
+
"@next/eslint-plugin-next": "^16.2.4",
|
|
67
67
|
"@tanstack/eslint-plugin-query": "^5.99.0",
|
|
68
68
|
"@unocss/eslint-plugin": "66.6.8",
|
|
69
69
|
"eslint-plugin-mdx": "3.7.0"
|