@greenberry/linting-config 0.1.69 → 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"}
|
|
@@ -41,7 +41,7 @@ const config = [
|
|
|
41
41
|
...reactPlugin.configs["jsx-runtime"].rules,
|
|
42
42
|
...reactHooksPlugin.configs.recommended.rules,
|
|
43
43
|
...jsxA11yPlugin.configs.recommended.rules,
|
|
44
|
-
...nextPlugin.configs
|
|
44
|
+
...nextPlugin.configs.recommended.rules,
|
|
45
45
|
// React rules
|
|
46
46
|
"react/jsx-boolean-value": "error",
|
|
47
47
|
"react/jsx-curly-brace-presence": [
|
|
@@ -50,7 +50,7 @@ const config = [
|
|
|
50
50
|
],
|
|
51
51
|
"react/jsx-filename-extension": [
|
|
52
52
|
"error",
|
|
53
|
-
{ extensions: [".
|
|
53
|
+
{ extensions: [".jsx", ".tsx"] },
|
|
54
54
|
],
|
|
55
55
|
"react/no-array-index-key": "error",
|
|
56
56
|
"react/no-unused-prop-types": "error",
|
|
@@ -79,8 +79,8 @@ const config = [
|
|
|
79
79
|
"unicorn/escape-case": "error",
|
|
80
80
|
"unicorn/explicit-length-check": "error",
|
|
81
81
|
"unicorn/new-for-builtins": "error",
|
|
82
|
-
"unicorn/no-abusive-eslint-disable": "error",
|
|
83
82
|
"unicorn/no-instanceof-builtins": "error",
|
|
83
|
+
"unicorn/no-abusive-eslint-disable": "error",
|
|
84
84
|
"unicorn/no-console-spaces": "error",
|
|
85
85
|
"unicorn/no-for-loop": "error",
|
|
86
86
|
"unicorn/no-hex-escape": "error",
|
|
@@ -105,8 +105,10 @@ const config = [
|
|
|
105
105
|
"@next/next/no-duplicate-head": "error",
|
|
106
106
|
// Other rules
|
|
107
107
|
"jsx-a11y/alt-text": "error",
|
|
108
|
+
"jsx-a11y/media-has-caption": "warn",
|
|
108
109
|
"no-unused-expressions": "error",
|
|
109
110
|
"no-inner-declarations": "error",
|
|
111
|
+
"no-process-env": "error",
|
|
110
112
|
"no-restricted-syntax": [
|
|
111
113
|
"error",
|
|
112
114
|
{
|
|
@@ -129,7 +131,7 @@ const config = [
|
|
|
129
131
|
},
|
|
130
132
|
},
|
|
131
133
|
{
|
|
132
|
-
ignores: [".next/*", "coverage/*"],
|
|
134
|
+
ignores: [".next/*", "coverage/*", "src/env.ts", "**/*.gql"],
|
|
133
135
|
},
|
|
134
136
|
];
|
|
135
137
|
export default config;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eslint.config.js","sourceRoot":"","sources":["../../src/legacy/eslint.config.js"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,0BAA0B,CAAC;AAClD,OAAO,YAAY,MAAM,sBAAsB,CAAC;AAChD,OAAO,aAAa,MAAM,wBAAwB,CAAC;AACnD,OAAO,cAAc,MAAM,wBAAwB,CAAC;AACpD,OAAO,WAAW,MAAM,qBAAqB,CAAC;AAC9C,OAAO,mBAAmB,MAAM,8BAA8B,CAAC;AAC/D,OAAO,gBAAgB,MAAM,2BAA2B,CAAC;AACzD,OAAO,aAAa,MAAM,uBAAuB,CAAC;AAElD,MAAM,MAAM,GAAG;IACb;QACE,KAAK,EAAE,CAAC,8BAA8B,CAAC;QACvC,eAAe,EAAE;YACf,UAAU,EAAE,QAAQ;YACpB,aAAa,EAAE;gBACb,OAAO,EAAE,iBAAiB;aAC3B;SACF;QACD,OAAO,EAAE;YACP,KAAK,EAAE,WAAW;YAClB,aAAa,EAAE,gBAAgB;YAC/B,MAAM,EAAE,YAAY;YACpB,OAAO,EAAE,aAAa;YACtB,YAAY,EAAE,UAAU;YACxB,UAAU,EAAE,aAAa;YACzB,QAAQ,EAAE,cAAc;YACxB,gBAAgB,EAAE,mBAAmB;SACtC;QACD,QAAQ,EAAE;YACR,iBAAiB,EAAE;gBACjB,UAAU,EAAE;oBACV,OAAO,EAAE,iBAAiB;iBAC3B;aACF;YACD,KAAK,EAAE;gBACL,OAAO,EAAE,QAAQ;aAClB;SACF;QACD,KAAK,EAAE;YACL,4BAA4B;YAC5B,aAAa;YACb,GAAG,WAAW,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,KAAK;YAC3C,GAAG,gBAAgB,CAAC,OAAO,CAAC,WAAW,CAAC,KAAK;YAC7C,GAAG,aAAa,CAAC,OAAO,CAAC,WAAW,CAAC,KAAK;YAC1C,GAAG,UAAU,CAAC,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"eslint.config.js","sourceRoot":"","sources":["../../src/legacy/eslint.config.js"],"names":[],"mappings":"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"}
|
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"
|