@2digits/eslint-config 5.7.3 → 5.7.4
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/index.d.mts +32 -32
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -4,38 +4,38 @@ import { FlatConfig } from "@typescript-eslint/utils/ts-eslint";
|
|
|
4
4
|
import { Linter } from "eslint";
|
|
5
5
|
//#region src/constants.d.ts
|
|
6
6
|
declare const PluginNameMap: {
|
|
7
|
-
readonly '@next/next':
|
|
8
|
-
readonly '@eslint-react':
|
|
9
|
-
readonly 'react-hooks':
|
|
10
|
-
readonly 'react-compiler':
|
|
11
|
-
readonly '@stylistic/eslint-plugin':
|
|
12
|
-
readonly '@typescript-eslint':
|
|
13
|
-
readonly vitest:
|
|
14
|
-
readonly node:
|
|
15
|
-
readonly '@eslint-community/eslint-comments':
|
|
16
|
-
readonly storybook:
|
|
17
|
-
readonly turbo:
|
|
18
|
-
readonly jsdoc:
|
|
19
|
-
readonly unicorn:
|
|
20
|
-
readonly tailwindcss:
|
|
21
|
-
readonly '@tanstack/query':
|
|
22
|
-
readonly '@tanstack/router':
|
|
23
|
-
readonly '@2digits':
|
|
24
|
-
readonly '@graphql-eslint':
|
|
25
|
-
readonly sonarjs:
|
|
26
|
-
readonly drizzle:
|
|
27
|
-
readonly 'de-morgan':
|
|
28
|
-
readonly antfu:
|
|
29
|
-
readonly css:
|
|
30
|
-
readonly depend:
|
|
31
|
-
readonly 'github-action':
|
|
32
|
-
readonly jsonc:
|
|
33
|
-
readonly markdown:
|
|
34
|
-
readonly pnpm:
|
|
35
|
-
readonly regexp:
|
|
36
|
-
readonly yml:
|
|
37
|
-
readonly zod:
|
|
38
|
-
readonly toml:
|
|
7
|
+
readonly '@next/next': "next";
|
|
8
|
+
readonly '@eslint-react': "react-extra";
|
|
9
|
+
readonly 'react-hooks': "react-hooks";
|
|
10
|
+
readonly 'react-compiler': "react-compiler";
|
|
11
|
+
readonly '@stylistic/eslint-plugin': "stylistic";
|
|
12
|
+
readonly '@typescript-eslint': "ts";
|
|
13
|
+
readonly vitest: "vitest";
|
|
14
|
+
readonly node: "node";
|
|
15
|
+
readonly '@eslint-community/eslint-comments': "comments";
|
|
16
|
+
readonly storybook: "storybook";
|
|
17
|
+
readonly turbo: "turbo";
|
|
18
|
+
readonly jsdoc: "jsdoc";
|
|
19
|
+
readonly unicorn: "unicorn";
|
|
20
|
+
readonly tailwindcss: "tailwindcss";
|
|
21
|
+
readonly '@tanstack/query': "tanstack-query";
|
|
22
|
+
readonly '@tanstack/router': "tanstack-router";
|
|
23
|
+
readonly '@2digits': "@2digits";
|
|
24
|
+
readonly '@graphql-eslint': "gql";
|
|
25
|
+
readonly sonarjs: "sonar";
|
|
26
|
+
readonly drizzle: "drizzle";
|
|
27
|
+
readonly 'de-morgan': "boolean";
|
|
28
|
+
readonly antfu: "antfu";
|
|
29
|
+
readonly css: "css";
|
|
30
|
+
readonly depend: "depend";
|
|
31
|
+
readonly 'github-action': "github-action";
|
|
32
|
+
readonly jsonc: "jsonc";
|
|
33
|
+
readonly markdown: "markdown";
|
|
34
|
+
readonly pnpm: "pnpm";
|
|
35
|
+
readonly regexp: "regexp";
|
|
36
|
+
readonly yml: "yml";
|
|
37
|
+
readonly zod: "zod";
|
|
38
|
+
readonly toml: "toml";
|
|
39
39
|
};
|
|
40
40
|
//#endregion
|
|
41
41
|
//#region src/types.gen.d.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@2digits/eslint-config",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.4",
|
|
4
4
|
"description": "Effortlessly enforce best practices and catch errors with this comprehensive ESLint configuration for TypeScript, featuring popular plugins like @typescript-eslint, eslint-plugin-react, and eslint-plugin-unicorn.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint-config"
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"access": "public"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@2digits/constants": "1.1.
|
|
30
|
-
"@2digits/eslint-plugin": "4.0.
|
|
29
|
+
"@2digits/constants": "1.1.19",
|
|
30
|
+
"@2digits/eslint-plugin": "4.0.29",
|
|
31
31
|
"@eslint-community/eslint-plugin-eslint-comments": "4.7.2",
|
|
32
32
|
"@eslint-react/eslint-plugin": "5.19.0",
|
|
33
33
|
"@eslint-react/kit": "5.19.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"yaml-eslint-parser": "2.1.0"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@2digits/tsconfig": "0.8.
|
|
80
|
+
"@2digits/tsconfig": "0.8.8",
|
|
81
81
|
"@arethetypeswrong/core": "0.18.5",
|
|
82
82
|
"@eslint/config-inspector": "3.4.0",
|
|
83
83
|
"@types/react": "19.2.18",
|