@eslint-sets/eslint-config 6.3.0-beta.3 → 6.3.0
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/cli/index.js +0 -0
- package/package.json +155 -157
package/dist/cli/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,158 +1,156 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
}
|
|
158
|
-
}
|
|
2
|
+
"name": "@eslint-sets/eslint-config",
|
|
3
|
+
"description": "Modern ESLint config with flat config support for Vue, React, Svelte, TypeScript, Next.js, Nuxt, Astro, Angular, UnoCSS and more",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"version": "6.3.0",
|
|
6
|
+
"bin": {
|
|
7
|
+
"eslint-sets": "./dist/cli/index.js"
|
|
8
|
+
},
|
|
9
|
+
"main": "./dist/index.js",
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
|
+
"import": "./dist/index.js"
|
|
15
|
+
},
|
|
16
|
+
"./cli": {
|
|
17
|
+
"types": "./dist/cli/index.d.ts",
|
|
18
|
+
"import": "./dist/cli/index.js"
|
|
19
|
+
},
|
|
20
|
+
"./package.json": "./package.json"
|
|
21
|
+
},
|
|
22
|
+
"files": [
|
|
23
|
+
"README.md",
|
|
24
|
+
"dist"
|
|
25
|
+
],
|
|
26
|
+
"publishConfig": {
|
|
27
|
+
"registry": "https://registry.npmjs.org",
|
|
28
|
+
"access": "public"
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"@clack/prompts": "^0.10.1",
|
|
32
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
33
|
+
"@eslint/js": "^9.22.0",
|
|
34
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
35
|
+
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
|
36
|
+
"@typescript-eslint/parser": "^8.26.1",
|
|
37
|
+
"@vitest/eslint-plugin": "^1.6.13",
|
|
38
|
+
"eslint-config-prettier": "^10.1.8",
|
|
39
|
+
"eslint-merge-processors": "^2.0.0",
|
|
40
|
+
"eslint-plugin-import-lite": "^0.5.2",
|
|
41
|
+
"eslint-plugin-jsdoc": "^61.7.1",
|
|
42
|
+
"eslint-plugin-jsonc": "^2.21.1",
|
|
43
|
+
"eslint-plugin-n": "^17.24.0",
|
|
44
|
+
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
45
|
+
"eslint-plugin-perfectionist": "^4.15.1",
|
|
46
|
+
"eslint-plugin-prettier": "^5.2.6",
|
|
47
|
+
"eslint-plugin-regexp": "^2.10.0",
|
|
48
|
+
"eslint-plugin-solid": "^0.14.5",
|
|
49
|
+
"eslint-plugin-toml": "^1.3.1",
|
|
50
|
+
"eslint-plugin-unicorn": "^56.0.1",
|
|
51
|
+
"eslint-plugin-unused-imports": "^4.1.4",
|
|
52
|
+
"eslint-plugin-vue": "^9.33.0",
|
|
53
|
+
"eslint-plugin-yml": "^1.19.1",
|
|
54
|
+
"globals": "^17.4.0",
|
|
55
|
+
"jsonc-eslint-parser": "^2.4.2",
|
|
56
|
+
"local-pkg": "^1.0.0",
|
|
57
|
+
"toml-eslint-parser": "^1.0.3",
|
|
58
|
+
"vue-eslint-parser": "^10.4.0",
|
|
59
|
+
"yaml-eslint-parser": "^1.3.2"
|
|
60
|
+
},
|
|
61
|
+
"devDependencies": {
|
|
62
|
+
"@types/node": "^22.13.17",
|
|
63
|
+
"@vitest/coverage-v8": "^4.1.2",
|
|
64
|
+
"bumpp": "^10.1.1",
|
|
65
|
+
"esbuild": "^0.27.4",
|
|
66
|
+
"eslint": "^9.22.0",
|
|
67
|
+
"eslint-typegen": "^2.3.1",
|
|
68
|
+
"jiti": "^2.6.1",
|
|
69
|
+
"prettier": "^3.5.3",
|
|
70
|
+
"typescript": "~5.9.3",
|
|
71
|
+
"vitest": "^4.1.2"
|
|
72
|
+
},
|
|
73
|
+
"peerDependencies": {
|
|
74
|
+
"eslint": "^9.10.0 || ^9.22.0",
|
|
75
|
+
"prettier": "^3.5.3",
|
|
76
|
+
"typescript": ">=5.0.0"
|
|
77
|
+
},
|
|
78
|
+
"peerDependenciesMeta": {
|
|
79
|
+
"prettier": {
|
|
80
|
+
"optional": true
|
|
81
|
+
},
|
|
82
|
+
"typescript": {
|
|
83
|
+
"optional": true
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"optionalDependencies": {
|
|
87
|
+
"@angular-eslint/eslint-plugin": "^21.3.1",
|
|
88
|
+
"@angular-eslint/eslint-plugin-template": "^21.3.1",
|
|
89
|
+
"@angular-eslint/template-parser": "^21.3.1",
|
|
90
|
+
"@e18e/eslint-plugin": "^0.2.0",
|
|
91
|
+
"@eslint-react/eslint-plugin": "^1.40.4 || ^2.0.0 || ^3.0.0",
|
|
92
|
+
"@eslint/markdown": "^6.6.0",
|
|
93
|
+
"@next/eslint-plugin-next": ">=15.0.8",
|
|
94
|
+
"@unocss/eslint-plugin": ">=0.60.4",
|
|
95
|
+
"@vue/compiler-sfc": "^3.5.31",
|
|
96
|
+
"astro-eslint-parser": "^1.0.3",
|
|
97
|
+
"eslint-plugin-astro": "^1.2.4",
|
|
98
|
+
"eslint-plugin-command": "^3.2.1",
|
|
99
|
+
"eslint-plugin-erasable-syntax-only": "^0.4.0",
|
|
100
|
+
"eslint-plugin-format": "^0.1.3",
|
|
101
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
102
|
+
"eslint-plugin-pnpm": "^1.1.2",
|
|
103
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
104
|
+
"eslint-plugin-react-hooks-extra": "^2.13.0",
|
|
105
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
106
|
+
"eslint-plugin-svelte": "^2.46.1",
|
|
107
|
+
"eslint-plugin-vuejs-accessibility": "^2.4.2",
|
|
108
|
+
"eslint-processor-vue-blocks": "^2.0.0",
|
|
109
|
+
"svelte": "^5.25.12",
|
|
110
|
+
"svelte-eslint-parser": "^1.0.1"
|
|
111
|
+
},
|
|
112
|
+
"engines": {
|
|
113
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
114
|
+
},
|
|
115
|
+
"keywords": [
|
|
116
|
+
"eslint",
|
|
117
|
+
"eslint-config",
|
|
118
|
+
"eslint-flat-config",
|
|
119
|
+
"vue",
|
|
120
|
+
"react",
|
|
121
|
+
"svelte",
|
|
122
|
+
"typescript",
|
|
123
|
+
"nextjs",
|
|
124
|
+
"nuxt",
|
|
125
|
+
"astro",
|
|
126
|
+
"angular",
|
|
127
|
+
"solid",
|
|
128
|
+
"unocss",
|
|
129
|
+
"accessibility",
|
|
130
|
+
"a11y",
|
|
131
|
+
"cli"
|
|
132
|
+
],
|
|
133
|
+
"license": "MIT",
|
|
134
|
+
"author": "saqqdy <https://github.com/saqqdy>",
|
|
135
|
+
"homepage": "https://github.com/saqqdy/eslint-sets#readme",
|
|
136
|
+
"bugs": {
|
|
137
|
+
"url": "https://github.com/saqqdy/eslint-sets/issues"
|
|
138
|
+
},
|
|
139
|
+
"repository": {
|
|
140
|
+
"type": "git",
|
|
141
|
+
"url": "git+https://github.com/saqqdy/eslint-sets.git"
|
|
142
|
+
},
|
|
143
|
+
"scripts": {
|
|
144
|
+
"build": "jiti scripts/build.ts",
|
|
145
|
+
"dev": "jiti scripts/build.ts && tsc --watch",
|
|
146
|
+
"gen": "jiti scripts/typegen.ts",
|
|
147
|
+
"lint": "eslint .",
|
|
148
|
+
"lint:fix": "eslint . --fix",
|
|
149
|
+
"typecheck": "tsc --noEmit",
|
|
150
|
+
"test": "vitest run",
|
|
151
|
+
"test:watch": "vitest",
|
|
152
|
+
"test:coverage": "vitest run --coverage",
|
|
153
|
+
"inspector": "@eslint/config-inspector",
|
|
154
|
+
"release": "bumpp && pnpm publish"
|
|
155
|
+
}
|
|
156
|
+
}
|