@eienjs/eslint-config 0.1.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/package.json ADDED
@@ -0,0 +1,148 @@
1
+ {
2
+ "name": "@eienjs/eslint-config",
3
+ "type": "module",
4
+ "version": "0.1.0",
5
+ "description": "EienJS ESLint Config",
6
+ "author": "Fernando Isidro <luffynando@gmail.com> (https://github.com/luffynando/)",
7
+ "license": "MIT",
8
+ "homepage": "https://github.com/eienjs/eslint-config",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/eienjs/eslint-config.git"
12
+ },
13
+ "bugs": {
14
+ "url": "https://github.com/eienjs/eslint-config/issues"
15
+ },
16
+ "keywords": [
17
+ "eslint-config"
18
+ ],
19
+ "exports": {
20
+ ".": "./dist/index.js",
21
+ "./configs": "./dist/configs/index.js"
22
+ },
23
+ "main": "./dist/index.js",
24
+ "types": "./dist/index.d.ts",
25
+ "files": [
26
+ "dist"
27
+ ],
28
+ "engines": {
29
+ "node": ">=20.11"
30
+ },
31
+ "peerDependencies": {
32
+ "@prettier/plugin-xml": "^3.4.2",
33
+ "astro-eslint-parser": "^1.2.2",
34
+ "eslint": "^9.32.0",
35
+ "eslint-plugin-astro": "^1.3.1",
36
+ "eslint-plugin-format": "^1.0.1",
37
+ "prettier-plugin-astro": "^0.14.1"
38
+ },
39
+ "peerDependenciesMeta": {
40
+ "@prettier/plugin-xml": {
41
+ "optional": true
42
+ },
43
+ "astro-eslint-parser": {
44
+ "optional": true
45
+ },
46
+ "eslint-plugin-astro": {
47
+ "optional": true
48
+ },
49
+ "eslint-plugin-format": {
50
+ "optional": true
51
+ },
52
+ "prettier-plugin-astro": {
53
+ "optional": true
54
+ }
55
+ },
56
+ "dependencies": {
57
+ "@antfu/install-pkg": "^1.1.0",
58
+ "@clack/prompts": "^0.11.0",
59
+ "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
60
+ "@eslint/markdown": "^7.1.0",
61
+ "@stylistic/eslint-plugin": "^5.2.2",
62
+ "@typescript-eslint/eslint-plugin": "^8.38.0",
63
+ "@typescript-eslint/parser": "^8.38.0",
64
+ "@vitest/eslint-plugin": "^1.3.4",
65
+ "eslint-config-flat-gitignore": "^2.1.0",
66
+ "eslint-flat-config-utils": "^2.1.1",
67
+ "eslint-merge-processors": "^2.0.0",
68
+ "eslint-plugin-antfu": "^3.1.1",
69
+ "eslint-plugin-command": "^3.3.1",
70
+ "eslint-plugin-import-lite": "^0.3.0",
71
+ "eslint-plugin-jsdoc": "^52.0.1",
72
+ "eslint-plugin-jsonc": "^2.20.1",
73
+ "eslint-plugin-n": "^17.21.3",
74
+ "eslint-plugin-no-only-tests": "^3.3.0",
75
+ "eslint-plugin-perfectionist": "^4.15.0",
76
+ "eslint-plugin-pnpm": "^1.1.0",
77
+ "eslint-plugin-regexp": "^2.9.0",
78
+ "eslint-plugin-toml": "^0.12.0",
79
+ "eslint-plugin-unicorn": "^60.0.0",
80
+ "eslint-plugin-unused-imports": "^4.1.4",
81
+ "eslint-plugin-vue": "^10.4.0",
82
+ "eslint-plugin-yml": "^1.18.0",
83
+ "eslint-processor-vue-blocks": "^2.0.0",
84
+ "globals": "^16.3.0",
85
+ "jsonc-eslint-parser": "^2.4.0",
86
+ "local-pkg": "^1.1.1",
87
+ "toml-eslint-parser": "^0.10.0",
88
+ "vue-eslint-parser": "^10.2.0",
89
+ "yaml-eslint-parser": "^1.3.0"
90
+ },
91
+ "devDependencies": {
92
+ "@commitlint/cli": "^19.8.1",
93
+ "@commitlint/config-conventional": "^19.8.1",
94
+ "@eslint/config-inspector": "^1.1.0",
95
+ "@prettier/plugin-xml": "^3.4.2",
96
+ "@types/node": "^22.17.0",
97
+ "astro-eslint-parser": "^1.2.2",
98
+ "auto-changelog": "^2.5.0",
99
+ "eslint": "^9.32.0",
100
+ "eslint-plugin-astro": "^1.3.1",
101
+ "eslint-plugin-format": "^1.0.1",
102
+ "eslint-typegen": "^2.3.0",
103
+ "husky": "^9.1.7",
104
+ "np": "^10.2.0",
105
+ "prettier-plugin-astro": "^0.14.1",
106
+ "tsdown": "^0.13.0",
107
+ "tsx": "^4.20.3",
108
+ "typescript": "^5.8.3"
109
+ },
110
+ "resolutions": {
111
+ "eslint": "catalog:peer"
112
+ },
113
+ "commitlint": {
114
+ "extends": [
115
+ "@commitlint/config-conventional"
116
+ ]
117
+ },
118
+ "publishConfig": {
119
+ "access": "public",
120
+ "tag": "latest"
121
+ },
122
+ "auto-changelog": {
123
+ "template": "keepachangelog",
124
+ "hideCredit": true
125
+ },
126
+ "np": {
127
+ "message": "chore(release): :tada: %s",
128
+ "tag": "latest",
129
+ "branch": "main",
130
+ "yolo": true
131
+ },
132
+ "scripts": {
133
+ "prebuild": "pnpm tool:code",
134
+ "build": "pnpm gen && tsdown --clean --dts",
135
+ "stub": "tsdown",
136
+ "dev": "npx @eslint/config-inspector --config eslint.config.ts",
137
+ "build:inspector": "pnpm build && npx @eslint/config-inspector build",
138
+ "watch": "tsdown --watch",
139
+ "gen": "tsx scripts/typegen.ts",
140
+ "changelog": "auto-changelog -p && git add CHANGELOG.md",
141
+ "release": "np",
142
+ "version": "pnpm build && pnpm changelog",
143
+ "lint": "eslint . --fix",
144
+ "lint:check": "eslint .",
145
+ "typecheck": "tsc --noEmit",
146
+ "tool:code": "pnpm lint:check && pnpm typecheck"
147
+ }
148
+ }