@octohash/eslint-config 0.2.7 → 0.2.8
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.mts +10 -10
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -1586,16 +1586,16 @@ interface Matcher {
|
|
|
1586
1586
|
}
|
|
1587
1587
|
interface OptionsTailwindcss extends OptionsFiles, OptionsOverrides {
|
|
1588
1588
|
settings?: {
|
|
1589
|
-
entryPoint?: string
|
|
1590
|
-
tailwindConfig?: string
|
|
1591
|
-
tsconfig?: string
|
|
1592
|
-
detectComponentClasses?: boolean
|
|
1593
|
-
rootFontSize?: number
|
|
1594
|
-
messageStyle?: 'visual' | 'compact' | 'raw'
|
|
1595
|
-
attributes?: Array<string | Matcher[]
|
|
1596
|
-
callees?: Array<string | Matcher[]
|
|
1597
|
-
variables?: Array<string | Matcher[]
|
|
1598
|
-
tags?: Array<string | Matcher[]
|
|
1589
|
+
entryPoint?: string;
|
|
1590
|
+
tailwindConfig?: string;
|
|
1591
|
+
tsconfig?: string;
|
|
1592
|
+
detectComponentClasses?: boolean;
|
|
1593
|
+
rootFontSize?: number;
|
|
1594
|
+
messageStyle?: 'visual' | 'compact' | 'raw';
|
|
1595
|
+
attributes?: Array<string | Matcher[]>;
|
|
1596
|
+
callees?: Array<string | Matcher[]>;
|
|
1597
|
+
variables?: Array<string | Matcher[]>;
|
|
1598
|
+
tags?: Array<string | Matcher[]>;
|
|
1599
1599
|
};
|
|
1600
1600
|
}
|
|
1601
1601
|
//#endregion
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@octohash/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.8",
|
|
5
5
|
"description": "Personal ESLint config based on @antfu/eslint-config with opinionated extensions.",
|
|
6
6
|
"author": "jinghaihan",
|
|
7
7
|
"license": "MIT",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"eslint-plugin-better-tailwindcss": "^4.3.2",
|
|
59
59
|
"vitest": "^4.1.0",
|
|
60
60
|
"@types/node": "^25.5.0",
|
|
61
|
-
"@octohash/eslint-config": "0.2.
|
|
61
|
+
"@octohash/eslint-config": "0.2.8"
|
|
62
62
|
},
|
|
63
63
|
"simple-git-hooks": {
|
|
64
64
|
"pre-commit": "pnpm nano-staged"
|