@greenberry/linting-config 0.1.51 → 0.1.52
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
CHANGED
|
@@ -293,8 +293,8 @@ declare const config: ({
|
|
|
293
293
|
import: any;
|
|
294
294
|
unicorn: import("eslint").ESLint.Plugin & {
|
|
295
295
|
configs: {
|
|
296
|
-
recommended: import("eslint").Linter.
|
|
297
|
-
all: import("eslint").Linter.
|
|
296
|
+
recommended: import("eslint").Linter.FlatConfig;
|
|
297
|
+
all: import("eslint").Linter.FlatConfig;
|
|
298
298
|
"flat/all": import("eslint").Linter.FlatConfig;
|
|
299
299
|
"flat/recommended": import("eslint").Linter.FlatConfig;
|
|
300
300
|
};
|
|
@@ -283,8 +283,8 @@ declare const config: ({
|
|
|
283
283
|
import: any;
|
|
284
284
|
unicorn: import("eslint").ESLint.Plugin & {
|
|
285
285
|
configs: {
|
|
286
|
-
recommended: import("eslint").Linter.
|
|
287
|
-
all: import("eslint").Linter.
|
|
286
|
+
recommended: import("eslint").Linter.FlatConfig;
|
|
287
|
+
all: import("eslint").Linter.FlatConfig;
|
|
288
288
|
"flat/all": import("eslint").Linter.FlatConfig;
|
|
289
289
|
"flat/recommended": import("eslint").Linter.FlatConfig;
|
|
290
290
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@greenberry/linting-config",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.52",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -23,25 +23,25 @@
|
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
|
26
|
-
"@next/eslint-plugin-next": "^15.1.
|
|
27
|
-
"@typescript-eslint/parser": "^8.24.
|
|
28
|
-
"eslint": "^9.20.
|
|
29
|
-
"eslint-config-next": "^15.1.
|
|
26
|
+
"@next/eslint-plugin-next": "^15.1.7",
|
|
27
|
+
"@typescript-eslint/parser": "^8.24.1",
|
|
28
|
+
"eslint": "^9.20.1",
|
|
29
|
+
"eslint-config-next": "^15.1.7",
|
|
30
30
|
"eslint-config-prettier": "^10.0.1",
|
|
31
|
-
"eslint-import-resolver-typescript": "^3.
|
|
31
|
+
"eslint-import-resolver-typescript": "^3.8.2",
|
|
32
32
|
"eslint-plugin-import": "^2.31.0",
|
|
33
33
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
34
34
|
"eslint-plugin-prettier": "^5.2.3",
|
|
35
35
|
"eslint-plugin-react": "^7.37.4",
|
|
36
36
|
"eslint-plugin-react-compiler": "^19.0.0-beta-e552027-20250112",
|
|
37
37
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
38
|
-
"eslint-plugin-unicorn": "^
|
|
39
|
-
"prettier": "^3.5.
|
|
38
|
+
"eslint-plugin-unicorn": "^57.0.0",
|
|
39
|
+
"prettier": "^3.5.1",
|
|
40
40
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
41
41
|
"stylelint": "^16.14.1",
|
|
42
42
|
"stylelint-config-standard-scss": "^14.0.0",
|
|
43
43
|
"stylelint-prettier": "^5.0.3",
|
|
44
|
-
"typescript-eslint": "^8.24.
|
|
44
|
+
"typescript-eslint": "^8.24.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"typescript": "^5.7.3"
|