@biscuittin/eslint-config 0.4.6 → 0.4.7
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 +2 -2
- package/package.json +8 -8
package/dist/index.d.mts
CHANGED
|
@@ -14863,9 +14863,9 @@ interface ESLintConfigOptions {
|
|
|
14863
14863
|
typescript?: SharedOptions<OptionsTypeScript> | boolean;
|
|
14864
14864
|
json?: SharedOptions<OptionsExtraFiles> | boolean;
|
|
14865
14865
|
react?: SharedOptions<OptionsReact> | boolean;
|
|
14866
|
-
nextjs?: SharedOptions
|
|
14866
|
+
nextjs?: SharedOptions;
|
|
14867
14867
|
node?: SharedOptions<OptionsNodeJs> | boolean;
|
|
14868
|
-
tailwindcss?: SharedOptions<OptionsTailwindCss
|
|
14868
|
+
tailwindcss?: SharedOptions<OptionsTailwindCss>;
|
|
14869
14869
|
}
|
|
14870
14870
|
/**
|
|
14871
14871
|
* Construct an array of ESLint flat config items.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@biscuittin/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.7",
|
|
5
5
|
"description": "A collection of ESLint configurations for Biscuit Tin projects.",
|
|
6
6
|
"author": "Biscuit Tin <opensource@biscuitt.in>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
"eslint-plugin-n": "^17.23.1",
|
|
75
75
|
"eslint-plugin-perfectionist": "^4.15.1",
|
|
76
76
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
77
|
-
"eslint-plugin-react-dom": "^2.3.
|
|
77
|
+
"eslint-plugin-react-dom": "^2.3.9",
|
|
78
78
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
79
|
-
"eslint-plugin-react-hooks-extra": "^2.3.
|
|
80
|
-
"eslint-plugin-react-naming-convention": "^2.3.
|
|
79
|
+
"eslint-plugin-react-hooks-extra": "^2.3.9",
|
|
80
|
+
"eslint-plugin-react-naming-convention": "^2.3.9",
|
|
81
81
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
82
|
-
"eslint-plugin-react-web-api": "^2.3.
|
|
83
|
-
"eslint-plugin-react-x": "^2.3.
|
|
82
|
+
"eslint-plugin-react-web-api": "^2.3.9",
|
|
83
|
+
"eslint-plugin-react-x": "^2.3.9",
|
|
84
84
|
"eslint-plugin-regexp": "^2.10.0",
|
|
85
85
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
86
86
|
"eslint-plugin-unused-imports": "^4.3.0",
|
|
@@ -89,11 +89,11 @@
|
|
|
89
89
|
"jsonc-eslint-parser": "^2.4.1",
|
|
90
90
|
"local-pkg": "^1.1.2",
|
|
91
91
|
"ts-api-utils": "^2.1.0",
|
|
92
|
-
"typescript-eslint": "^8.
|
|
92
|
+
"typescript-eslint": "^8.48.0"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@eslint/config-inspector": "^1.4.2",
|
|
96
|
-
"@typescript-eslint/parser": "^8.
|
|
96
|
+
"@typescript-eslint/parser": "^8.48.0",
|
|
97
97
|
"dprint": "^0.50.2",
|
|
98
98
|
"eslint": "^9.39.1",
|
|
99
99
|
"tailwindcss": "^4.1.17",
|