@greenberry/linting-config 0.1.80 → 0.1.81
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
package/dist/eslint.config.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import path from "path";
|
|
2
2
|
import eslint from "@eslint/js";
|
|
3
|
-
import nextPlugin from "@next/eslint-plugin-next";
|
|
4
3
|
import importPlugin from "eslint-plugin-import";
|
|
5
4
|
import jsxA11yPlugin from "eslint-plugin-jsx-a11y";
|
|
6
5
|
import perfectionistPlugin from "eslint-plugin-perfectionist";
|
|
@@ -10,8 +9,10 @@ import reactCompilerPlugin from "eslint-plugin-react-compiler";
|
|
|
10
9
|
import reactHooksPlugin from "eslint-plugin-react-hooks";
|
|
11
10
|
import reactHooksExtraPlugin from "eslint-plugin-react-hooks-extra";
|
|
12
11
|
import unicornPlugin from "eslint-plugin-unicorn";
|
|
12
|
+
import { defineConfig } from "eslint/config";
|
|
13
|
+
import globals from "globals";
|
|
13
14
|
import tseslint from "typescript-eslint";
|
|
14
|
-
export default
|
|
15
|
+
export default defineConfig(eslint.configs.recommended, tseslint.configs.strict, tseslint.configs.stylistic, {
|
|
15
16
|
files: ["**/*.{js,mjs,cjs,jsx,ts,tsx}"],
|
|
16
17
|
languageOptions: {
|
|
17
18
|
parserOptions: {
|
|
@@ -23,6 +24,11 @@ export default tseslint.config(eslint.configs.recommended, ...tseslint.configs.r
|
|
|
23
24
|
project: "./tsconfig.json",
|
|
24
25
|
tsconfigRootDir: path.resolve(process.cwd()),
|
|
25
26
|
},
|
|
27
|
+
globals: {
|
|
28
|
+
...globals.browser,
|
|
29
|
+
...globals.node,
|
|
30
|
+
...globals.jest,
|
|
31
|
+
},
|
|
26
32
|
},
|
|
27
33
|
plugins: {
|
|
28
34
|
react: reactPlugin,
|
|
@@ -31,7 +37,6 @@ export default tseslint.config(eslint.configs.recommended, ...tseslint.configs.r
|
|
|
31
37
|
import: importPlugin,
|
|
32
38
|
unicorn: unicornPlugin,
|
|
33
39
|
perfectionist: perfectionistPlugin,
|
|
34
|
-
"@next/next": nextPlugin,
|
|
35
40
|
"jsx-a11y": jsxA11yPlugin,
|
|
36
41
|
prettier: prettierPlugin,
|
|
37
42
|
"react-compiler": reactCompilerPlugin,
|
|
@@ -51,7 +56,6 @@ export default tseslint.config(eslint.configs.recommended, ...tseslint.configs.r
|
|
|
51
56
|
...reactPlugin.configs["jsx-runtime"].rules,
|
|
52
57
|
...reactHooksPlugin.configs.recommended.rules,
|
|
53
58
|
...jsxA11yPlugin.configs.recommended.rules,
|
|
54
|
-
...nextPlugin.configs.recommended.rules,
|
|
55
59
|
// TypeScript rules
|
|
56
60
|
"@typescript-eslint/array-type": ["error", { default: "array" }],
|
|
57
61
|
"@typescript-eslint/ban-ts-comment": "off",
|
|
@@ -136,16 +140,6 @@ export default tseslint.config(eslint.configs.recommended, ...tseslint.configs.r
|
|
|
136
140
|
"unicorn/prefer-query-selector": "error",
|
|
137
141
|
"unicorn/prefer-type-error": "error",
|
|
138
142
|
"unicorn/throw-new-error": "error",
|
|
139
|
-
// Next.js specific rules
|
|
140
|
-
"@next/next/no-html-link-for-pages": "error",
|
|
141
|
-
"@next/next/no-img-element": "error",
|
|
142
|
-
"@next/next/no-unwanted-polyfillio": "error",
|
|
143
|
-
"@next/next/no-sync-scripts": "error",
|
|
144
|
-
"@next/next/no-script-component-in-head": "error",
|
|
145
|
-
"@next/next/google-font-preconnect": "error",
|
|
146
|
-
"@next/next/next-script-for-ga": "error",
|
|
147
|
-
"@next/next/no-typos": "error",
|
|
148
|
-
"@next/next/no-duplicate-head": "error",
|
|
149
143
|
// Perfectionist rules
|
|
150
144
|
"perfectionist/sort-jsx-props": [
|
|
151
145
|
"error",
|
|
@@ -194,6 +188,7 @@ export default tseslint.config(eslint.configs.recommended, ...tseslint.configs.r
|
|
|
194
188
|
"prettier/prettier": "error",
|
|
195
189
|
},
|
|
196
190
|
}, {
|
|
191
|
+
extends: ["next"],
|
|
197
192
|
ignores: [".next/*", "coverage/*", "src/env.ts", "**/*.gql"],
|
|
198
193
|
});
|
|
199
194
|
//# sourceMappingURL=eslint.config.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eslint.config.js","sourceRoot":"","sources":["../src/eslint.config.js"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,MAAM,CAAC;AACxB,OAAO,MAAM,MAAM,YAAY,CAAC;AAChC,OAAO,
|
|
1
|
+
{"version":3,"file":"eslint.config.js","sourceRoot":"","sources":["../src/eslint.config.js"],"names":[],"mappings":"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"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import eslintConfig from
|
|
2
|
-
import prettierConfig from
|
|
3
|
-
import stylelintConfig from
|
|
1
|
+
import eslintConfig from "./eslint.config.js";
|
|
2
|
+
import prettierConfig from "./prettier.config.js";
|
|
3
|
+
import stylelintConfig from "./stylelint.config.js";
|
|
4
4
|
export { eslintConfig, prettierConfig, stylelintConfig };
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import eslintConfig from
|
|
2
|
-
import prettierConfig from
|
|
3
|
-
import stylelintConfig from
|
|
1
|
+
import eslintConfig from "./eslint.config.js";
|
|
2
|
+
import prettierConfig from "./prettier.config.js";
|
|
3
|
+
import stylelintConfig from "./stylelint.config.js";
|
|
4
4
|
export { eslintConfig, prettierConfig, stylelintConfig };
|
|
5
5
|
//# sourceMappingURL=index.js.map
|
|
@@ -319,7 +319,16 @@ declare const config: ({
|
|
|
319
319
|
};
|
|
320
320
|
};
|
|
321
321
|
"@next/next": typeof nextPlugin;
|
|
322
|
-
"jsx-a11y":
|
|
322
|
+
"jsx-a11y": import("eslint").ESLint.Plugin & {
|
|
323
|
+
configs: {
|
|
324
|
+
recommended: import("eslint").Linter.LegacyConfig;
|
|
325
|
+
strict: import("eslint").Linter.LegacyConfig;
|
|
326
|
+
};
|
|
327
|
+
flatConfigs: {
|
|
328
|
+
recommended: import("eslint").Linter.Config;
|
|
329
|
+
strict: import("eslint").Linter.Config;
|
|
330
|
+
};
|
|
331
|
+
};
|
|
323
332
|
prettier: import("eslint").ESLint.Plugin;
|
|
324
333
|
"react-compiler": typeof reactCompilerPlugin;
|
|
325
334
|
};
|
|
@@ -333,7 +342,83 @@ declare const config: ({
|
|
|
333
342
|
version: string;
|
|
334
343
|
};
|
|
335
344
|
};
|
|
336
|
-
rules:
|
|
345
|
+
rules: {
|
|
346
|
+
"react/jsx-boolean-value": string;
|
|
347
|
+
"react/jsx-curly-brace-presence": (string | {
|
|
348
|
+
props: string;
|
|
349
|
+
children: string;
|
|
350
|
+
})[];
|
|
351
|
+
"react/jsx-filename-extension": (string | {
|
|
352
|
+
extensions: string[];
|
|
353
|
+
})[];
|
|
354
|
+
"react/no-array-index-key": string;
|
|
355
|
+
"react/no-unused-prop-types": string;
|
|
356
|
+
"react/no-unused-state": string;
|
|
357
|
+
"react/void-dom-elements-no-children": string;
|
|
358
|
+
"react-hooks/exhaustive-deps": string;
|
|
359
|
+
"react/no-object-type-as-default-prop": string;
|
|
360
|
+
"react-compiler/react-compiler": string;
|
|
361
|
+
"import/prefer-default-export": string;
|
|
362
|
+
"import/no-extraneous-dependencies": (string | {
|
|
363
|
+
devDependencies: string[];
|
|
364
|
+
})[];
|
|
365
|
+
"unicorn/catch-error-name": string;
|
|
366
|
+
"unicorn/error-message": string;
|
|
367
|
+
"unicorn/escape-case": string;
|
|
368
|
+
"unicorn/explicit-length-check": string;
|
|
369
|
+
"unicorn/new-for-builtins": string;
|
|
370
|
+
"unicorn/no-instanceof-builtins": string;
|
|
371
|
+
"unicorn/no-abusive-eslint-disable": string;
|
|
372
|
+
"unicorn/no-console-spaces": string;
|
|
373
|
+
"unicorn/no-for-loop": string;
|
|
374
|
+
"unicorn/no-hex-escape": string;
|
|
375
|
+
"unicorn/no-new-buffer": string;
|
|
376
|
+
"unicorn/no-unreadable-array-destructuring": string;
|
|
377
|
+
"unicorn/no-zero-fractions": string;
|
|
378
|
+
"unicorn/number-literal-case": string;
|
|
379
|
+
"unicorn/prefer-includes": string;
|
|
380
|
+
"unicorn/prefer-query-selector": string;
|
|
381
|
+
"unicorn/prefer-type-error": string;
|
|
382
|
+
"unicorn/throw-new-error": string;
|
|
383
|
+
"@next/next/no-html-link-for-pages": string;
|
|
384
|
+
"@next/next/no-img-element": string;
|
|
385
|
+
"@next/next/no-unwanted-polyfillio": string;
|
|
386
|
+
"@next/next/no-sync-scripts": string;
|
|
387
|
+
"@next/next/no-script-component-in-head": string;
|
|
388
|
+
"@next/next/google-font-display": string;
|
|
389
|
+
"@next/next/google-font-preconnect": string;
|
|
390
|
+
"@next/next/next-script-for-ga": string;
|
|
391
|
+
"@next/next/no-typos": string;
|
|
392
|
+
"@next/next/no-duplicate-head": string;
|
|
393
|
+
"jsx-a11y/alt-text": string;
|
|
394
|
+
"jsx-a11y/media-has-caption": string;
|
|
395
|
+
"no-unused-expressions": string;
|
|
396
|
+
"no-inner-declarations": string;
|
|
397
|
+
"no-process-env": string;
|
|
398
|
+
"no-restricted-syntax": (string | {
|
|
399
|
+
selector: string;
|
|
400
|
+
message: string;
|
|
401
|
+
})[];
|
|
402
|
+
"no-console": (string | {
|
|
403
|
+
allow: string[];
|
|
404
|
+
})[];
|
|
405
|
+
curly: string[];
|
|
406
|
+
"prettier/prettier": string;
|
|
407
|
+
'@next/next/no-async-client-component': string;
|
|
408
|
+
'@next/next/no-before-interactive-script-outside-document': string;
|
|
409
|
+
'@next/next/no-css-tags': string;
|
|
410
|
+
'@next/next/no-head-element': string;
|
|
411
|
+
'@next/next/no-page-custom-font': string;
|
|
412
|
+
'@next/next/no-styled-jsx-in-document': string;
|
|
413
|
+
'@next/next/no-title-in-document-head': string;
|
|
414
|
+
'@next/next/inline-script-id': string;
|
|
415
|
+
'@next/next/no-assign-module-variable': string;
|
|
416
|
+
'@next/next/no-document-import-in-page': string;
|
|
417
|
+
'@next/next/no-head-import-in-document': string;
|
|
418
|
+
'react-hooks/rules-of-hooks': "error";
|
|
419
|
+
'react/react-in-jsx-scope': 0;
|
|
420
|
+
'react/jsx-uses-react': 0;
|
|
421
|
+
};
|
|
337
422
|
ignores?: undefined;
|
|
338
423
|
} | {
|
|
339
424
|
ignores: string[];
|
|
@@ -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.81",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
39
39
|
"eslint-plugin-react-hooks-extra": "^1.53.1",
|
|
40
40
|
"eslint-plugin-unicorn": "^61.0.2",
|
|
41
|
+
"globals": "^16.4.0",
|
|
41
42
|
"prettier": "^3.6.2",
|
|
42
43
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
43
44
|
"stylelint": "^16.24.0",
|
|
@@ -46,6 +47,8 @@
|
|
|
46
47
|
"typescript-eslint": "^8.43.0"
|
|
47
48
|
},
|
|
48
49
|
"devDependencies": {
|
|
50
|
+
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
|
|
51
|
+
"@types/node": "^24.3.1",
|
|
49
52
|
"typescript": "^5.9.2"
|
|
50
53
|
}
|
|
51
54
|
}
|