@greenberry/linting-config 0.1.70 → 0.1.71
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
|
@@ -290,7 +290,35 @@ declare const config: ({
|
|
|
290
290
|
};
|
|
291
291
|
};
|
|
292
292
|
"react-hooks": typeof reactHooksPlugin;
|
|
293
|
-
import:
|
|
293
|
+
import: import("eslint").ESLint.Plugin & {
|
|
294
|
+
meta: {
|
|
295
|
+
name: string;
|
|
296
|
+
version: string;
|
|
297
|
+
};
|
|
298
|
+
configs: {
|
|
299
|
+
"recommended": import("eslint").Linter.LegacyConfig;
|
|
300
|
+
"errors": import("eslint").Linter.LegacyConfig;
|
|
301
|
+
"warnings": import("eslint").Linter.LegacyConfig;
|
|
302
|
+
"stage-0": import("eslint").Linter.LegacyConfig;
|
|
303
|
+
"react": import("eslint").Linter.LegacyConfig;
|
|
304
|
+
"react-native": import("eslint").Linter.LegacyConfig;
|
|
305
|
+
"electron": import("eslint").Linter.LegacyConfig;
|
|
306
|
+
"typescript": import("eslint").Linter.LegacyConfig;
|
|
307
|
+
};
|
|
308
|
+
flatConfigs: {
|
|
309
|
+
"recommended": import("eslint").Linter.FlatConfig;
|
|
310
|
+
"errors": import("eslint").Linter.FlatConfig;
|
|
311
|
+
"warnings": import("eslint").Linter.FlatConfig;
|
|
312
|
+
"stage-0": import("eslint").Linter.FlatConfig;
|
|
313
|
+
"react": import("eslint").Linter.FlatConfig;
|
|
314
|
+
"react-native": import("eslint").Linter.FlatConfig;
|
|
315
|
+
"electron": import("eslint").Linter.FlatConfig;
|
|
316
|
+
"typescript": import("eslint").Linter.FlatConfig;
|
|
317
|
+
};
|
|
318
|
+
rules: {
|
|
319
|
+
[key: string]: import("eslint").Rule.RuleModule;
|
|
320
|
+
};
|
|
321
|
+
};
|
|
294
322
|
unicorn: import("eslint").ESLint.Plugin & {
|
|
295
323
|
configs: {
|
|
296
324
|
recommended: import("eslint").Linter.FlatConfig;
|
|
@@ -299,7 +327,7 @@ declare const config: ({
|
|
|
299
327
|
"flat/recommended": import("eslint").Linter.FlatConfig;
|
|
300
328
|
};
|
|
301
329
|
};
|
|
302
|
-
"@next/next":
|
|
330
|
+
"@next/next": typeof nextPlugin;
|
|
303
331
|
"jsx-a11y": any;
|
|
304
332
|
prettier: import("eslint").ESLint.Plugin;
|
|
305
333
|
"react-compiler": typeof reactCompilerPlugin;
|
|
@@ -327,5 +355,6 @@ declare const config: ({
|
|
|
327
355
|
import tsParser from "@typescript-eslint/parser";
|
|
328
356
|
import reactPlugin from "eslint-plugin-react";
|
|
329
357
|
import reactHooksPlugin from "eslint-plugin-react-hooks";
|
|
358
|
+
import nextPlugin from "@next/eslint-plugin-next";
|
|
330
359
|
import reactCompilerPlugin from "eslint-plugin-react-compiler";
|
|
331
360
|
//# 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;uBARjC,0BAA0B;gCAOjB,8BAA8B"}
|
|
@@ -280,7 +280,35 @@ declare const config: ({
|
|
|
280
280
|
};
|
|
281
281
|
};
|
|
282
282
|
"react-hooks": typeof reactHooksPlugin;
|
|
283
|
-
import:
|
|
283
|
+
import: import("eslint").ESLint.Plugin & {
|
|
284
|
+
meta: {
|
|
285
|
+
name: string;
|
|
286
|
+
version: string;
|
|
287
|
+
};
|
|
288
|
+
configs: {
|
|
289
|
+
"recommended": import("eslint").Linter.LegacyConfig;
|
|
290
|
+
"errors": import("eslint").Linter.LegacyConfig;
|
|
291
|
+
"warnings": import("eslint").Linter.LegacyConfig;
|
|
292
|
+
"stage-0": import("eslint").Linter.LegacyConfig;
|
|
293
|
+
"react": import("eslint").Linter.LegacyConfig;
|
|
294
|
+
"react-native": import("eslint").Linter.LegacyConfig;
|
|
295
|
+
"electron": import("eslint").Linter.LegacyConfig;
|
|
296
|
+
"typescript": import("eslint").Linter.LegacyConfig;
|
|
297
|
+
};
|
|
298
|
+
flatConfigs: {
|
|
299
|
+
"recommended": import("eslint").Linter.FlatConfig;
|
|
300
|
+
"errors": import("eslint").Linter.FlatConfig;
|
|
301
|
+
"warnings": import("eslint").Linter.FlatConfig;
|
|
302
|
+
"stage-0": import("eslint").Linter.FlatConfig;
|
|
303
|
+
"react": import("eslint").Linter.FlatConfig;
|
|
304
|
+
"react-native": import("eslint").Linter.FlatConfig;
|
|
305
|
+
"electron": import("eslint").Linter.FlatConfig;
|
|
306
|
+
"typescript": import("eslint").Linter.FlatConfig;
|
|
307
|
+
};
|
|
308
|
+
rules: {
|
|
309
|
+
[key: string]: import("eslint").Rule.RuleModule;
|
|
310
|
+
};
|
|
311
|
+
};
|
|
284
312
|
unicorn: import("eslint").ESLint.Plugin & {
|
|
285
313
|
configs: {
|
|
286
314
|
recommended: import("eslint").Linter.FlatConfig;
|
|
@@ -289,7 +317,7 @@ declare const config: ({
|
|
|
289
317
|
"flat/recommended": import("eslint").Linter.FlatConfig;
|
|
290
318
|
};
|
|
291
319
|
};
|
|
292
|
-
"@next/next":
|
|
320
|
+
"@next/next": typeof nextPlugin;
|
|
293
321
|
"jsx-a11y": any;
|
|
294
322
|
prettier: import("eslint").ESLint.Plugin;
|
|
295
323
|
"react-compiler": typeof reactCompilerPlugin;
|
|
@@ -316,5 +344,6 @@ declare const config: ({
|
|
|
316
344
|
})[];
|
|
317
345
|
import reactPlugin from "eslint-plugin-react";
|
|
318
346
|
import reactHooksPlugin from "eslint-plugin-react-hooks";
|
|
347
|
+
import nextPlugin from "@next/eslint-plugin-next";
|
|
319
348
|
import reactCompilerPlugin from "eslint-plugin-react-compiler";
|
|
320
349
|
//# 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KAuIE;wBA5IsB,qBAAqB;6BAEhB,2BAA2B;uBANjC,0BAA0B;gCAKjB,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.71",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -22,26 +22,26 @@
|
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@ianvs/prettier-plugin-sort-imports": "^4.
|
|
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.
|
|
25
|
+
"@ianvs/prettier-plugin-sort-imports": "^4.5.1",
|
|
26
|
+
"@next/eslint-plugin-next": "^15.4.4",
|
|
27
|
+
"@typescript-eslint/parser": "^8.38.0",
|
|
28
|
+
"eslint": "^9.32.0",
|
|
29
|
+
"eslint-config-next": "^15.4.4",
|
|
30
|
+
"eslint-config-prettier": "^10.1.8",
|
|
31
31
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
32
|
-
"eslint-plugin-prettier": "^5.
|
|
32
|
+
"eslint-plugin-prettier": "^5.5.3",
|
|
33
33
|
"eslint-plugin-react": "^7.37.5",
|
|
34
|
-
"eslint-plugin-react-compiler": "^19.1.0-rc.
|
|
34
|
+
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
|
|
35
35
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
36
|
-
"eslint-plugin-unicorn": "^
|
|
37
|
-
"prettier": "^3.
|
|
38
|
-
"prettier-plugin-tailwindcss": "^0.6.
|
|
39
|
-
"stylelint": "^16.
|
|
40
|
-
"stylelint-config-standard-scss": "^
|
|
36
|
+
"eslint-plugin-unicorn": "^60.0.0",
|
|
37
|
+
"prettier": "^3.6.2",
|
|
38
|
+
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
39
|
+
"stylelint": "^16.23.0",
|
|
40
|
+
"stylelint-config-standard-scss": "^15.0.1",
|
|
41
41
|
"stylelint-prettier": "^5.0.3",
|
|
42
|
-
"typescript-eslint": "^8.
|
|
42
|
+
"typescript-eslint": "^8.38.0",
|
|
43
43
|
"eslint-import-resolver-typescript": "3.8.3",
|
|
44
|
-
"eslint-plugin-import": "2.
|
|
44
|
+
"eslint-plugin-import": "2.32.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"typescript": "^5.8.3"
|