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