@greenberry/linting-config 0.1.67 → 0.1.69
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
|
@@ -302,7 +302,7 @@ declare const config: ({
|
|
|
302
302
|
"@next/next": any;
|
|
303
303
|
"jsx-a11y": any;
|
|
304
304
|
prettier: import("eslint").ESLint.Plugin;
|
|
305
|
-
"react-compiler":
|
|
305
|
+
"react-compiler": typeof reactCompilerPlugin;
|
|
306
306
|
};
|
|
307
307
|
settings: {
|
|
308
308
|
"import/resolver": {
|
|
@@ -327,4 +327,5 @@ declare const config: ({
|
|
|
327
327
|
import tsParser from "@typescript-eslint/parser";
|
|
328
328
|
import reactPlugin from "eslint-plugin-react";
|
|
329
329
|
import reactHooksPlugin from "eslint-plugin-react-hooks";
|
|
330
|
+
import reactCompilerPlugin from "eslint-plugin-react-compiler";
|
|
330
331
|
//# sourceMappingURL=eslint.config.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eslint.config.d.ts","sourceRoot":"","sources":["../src/eslint.config.js"],"names":[],"mappings":";AAWA
|
|
1
|
+
{"version":3,"file":"eslint.config.d.ts","sourceRoot":"","sources":["../src/eslint.config.js"],"names":[],"mappings":";AAWA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAkLE;qBA3LmB,2BAA2B;wBAIxB,qBAAqB;6BAEhB,2BAA2B;gCADxB,8BAA8B"}
|
|
@@ -292,7 +292,7 @@ declare const config: ({
|
|
|
292
292
|
"@next/next": any;
|
|
293
293
|
"jsx-a11y": any;
|
|
294
294
|
prettier: import("eslint").ESLint.Plugin;
|
|
295
|
-
"react-compiler":
|
|
295
|
+
"react-compiler": typeof reactCompilerPlugin;
|
|
296
296
|
};
|
|
297
297
|
settings: {
|
|
298
298
|
"import/resolver": {
|
|
@@ -316,4 +316,5 @@ declare const config: ({
|
|
|
316
316
|
})[];
|
|
317
317
|
import reactPlugin from "eslint-plugin-react";
|
|
318
318
|
import reactHooksPlugin from "eslint-plugin-react-hooks";
|
|
319
|
+
import reactCompilerPlugin from "eslint-plugin-react-compiler";
|
|
319
320
|
//# sourceMappingURL=eslint.config.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eslint.config.d.ts","sourceRoot":"","sources":["../../src/legacy/eslint.config.js"],"names":[],"mappings":";AASA
|
|
1
|
+
{"version":3,"file":"eslint.config.d.ts","sourceRoot":"","sources":["../../src/legacy/eslint.config.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAqIE;wBA1IsB,qBAAqB;6BAEhB,2BAA2B;gCADxB,8BAA8B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@greenberry/linting-config",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.69",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -23,27 +23,27 @@
|
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
|
26
|
-
"@next/eslint-plugin-next": "^15.
|
|
27
|
-
"@typescript-eslint/parser": "^8.
|
|
28
|
-
"eslint": "^9.
|
|
29
|
-
"eslint-config-next": "^15.
|
|
30
|
-
"eslint-config-prettier": "^10.1.
|
|
26
|
+
"@next/eslint-plugin-next": "^15.3.1",
|
|
27
|
+
"@typescript-eslint/parser": "^8.31.1",
|
|
28
|
+
"eslint": "^9.25.1",
|
|
29
|
+
"eslint-config-next": "^15.3.1",
|
|
30
|
+
"eslint-config-prettier": "^10.1.2",
|
|
31
31
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
32
|
-
"eslint-plugin-prettier": "^5.2.
|
|
33
|
-
"eslint-plugin-react": "^7.37.
|
|
34
|
-
"eslint-plugin-react-compiler": "^19.
|
|
32
|
+
"eslint-plugin-prettier": "^5.2.6",
|
|
33
|
+
"eslint-plugin-react": "^7.37.5",
|
|
34
|
+
"eslint-plugin-react-compiler": "^19.1.0-rc.1",
|
|
35
35
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
36
|
-
"eslint-plugin-unicorn": "^
|
|
36
|
+
"eslint-plugin-unicorn": "^59.0.0",
|
|
37
37
|
"prettier": "^3.5.3",
|
|
38
38
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
39
|
-
"stylelint": "^16.
|
|
39
|
+
"stylelint": "^16.19.1",
|
|
40
40
|
"stylelint-config-standard-scss": "^14.0.0",
|
|
41
41
|
"stylelint-prettier": "^5.0.3",
|
|
42
|
-
"typescript-eslint": "^8.
|
|
42
|
+
"typescript-eslint": "^8.31.1",
|
|
43
43
|
"eslint-import-resolver-typescript": "3.8.3",
|
|
44
44
|
"eslint-plugin-import": "2.31.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"typescript": "^5.8.
|
|
47
|
+
"typescript": "^5.8.3"
|
|
48
48
|
}
|
|
49
49
|
}
|