@zayne-labs/eslint-config 0.3.0 → 0.4.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/README.md +17 -22
- package/dist/chunk-VUNV25KB.js +14 -0
- package/dist/chunk-VUNV25KB.js.map +1 -0
- package/dist/dist-RQW5ZYTC.js +235156 -0
- package/dist/dist-RQW5ZYTC.js.map +1 -0
- package/dist/index.d.ts +4272 -967
- package/dist/index.js +372 -39
- package/dist/index.js.map +1 -1
- package/package.json +59 -41
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zayne-labs/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.4.0",
|
|
5
5
|
"description": "Zayne Labs' ESLint config preset",
|
|
6
6
|
"author": "Ryan Zayne",
|
|
7
7
|
"license": "MIT",
|
|
@@ -38,7 +38,9 @@
|
|
|
38
38
|
"eslint-plugin-solid": ">=0.14.3",
|
|
39
39
|
"eslint-plugin-svelte": ">=2.35.1",
|
|
40
40
|
"eslint-plugin-tailwindcss": ">=3.17.4",
|
|
41
|
-
"eslint-plugin-vue": ">=9.28.0"
|
|
41
|
+
"eslint-plugin-vue": ">=9.28.0",
|
|
42
|
+
"eslint-processor-vue-blocks": ">=0.1.2",
|
|
43
|
+
"vue-eslint-parser": ">=9.4.3"
|
|
42
44
|
},
|
|
43
45
|
"peerDependenciesMeta": {
|
|
44
46
|
"@eslint-react/eslint-plugin": {
|
|
@@ -70,67 +72,81 @@
|
|
|
70
72
|
},
|
|
71
73
|
"eslint-plugin-vue": {
|
|
72
74
|
"optional": true
|
|
75
|
+
},
|
|
76
|
+
"eslint-processor-vue-blocks": {
|
|
77
|
+
"optional": true
|
|
78
|
+
},
|
|
79
|
+
"vue-eslint-parser": {
|
|
80
|
+
"optional": true
|
|
73
81
|
}
|
|
74
82
|
},
|
|
75
83
|
"dependencies": {
|
|
76
|
-
"@antfu/install-pkg": "
|
|
77
|
-
"@clack/prompts": "
|
|
78
|
-
"@eslint/
|
|
79
|
-
"@eslint/
|
|
80
|
-
"@
|
|
81
|
-
"eslint-
|
|
82
|
-
"eslint-flat-
|
|
83
|
-
"eslint-
|
|
84
|
-
"eslint-
|
|
85
|
-
"eslint-
|
|
86
|
-
"eslint-plugin-
|
|
87
|
-
"eslint-plugin-
|
|
88
|
-
"eslint-plugin-
|
|
89
|
-
"eslint-plugin-
|
|
90
|
-
"eslint-plugin-
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
84
|
+
"@antfu/install-pkg": "0.5.0",
|
|
85
|
+
"@clack/prompts": "0.9.0",
|
|
86
|
+
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
|
|
87
|
+
"@eslint/compat": "1.2.4",
|
|
88
|
+
"@eslint/js": "9.17.0",
|
|
89
|
+
"@stylistic/eslint-plugin": "2.12.1",
|
|
90
|
+
"eslint-config-flat-gitignore": "0.3.0",
|
|
91
|
+
"eslint-flat-config-utils": "0.4.0",
|
|
92
|
+
"eslint-import-resolver-typescript": "3.7.0",
|
|
93
|
+
"eslint-merge-processors": "^0.1.0",
|
|
94
|
+
"eslint-plugin-import-x": "4.6.1",
|
|
95
|
+
"eslint-plugin-jsdoc": "50.6.1",
|
|
96
|
+
"eslint-plugin-jsonc": "2.18.2",
|
|
97
|
+
"eslint-plugin-n": "17.15.1",
|
|
98
|
+
"eslint-plugin-perfectionist": "4.4.0",
|
|
99
|
+
"eslint-plugin-security": "3.0.1",
|
|
100
|
+
"eslint-plugin-toml": "^0.12.0",
|
|
101
|
+
"eslint-plugin-unicorn": "56.0.1",
|
|
102
|
+
"eslint-plugin-yml": "^1.16.0",
|
|
103
|
+
"globals": "15.14.0",
|
|
104
|
+
"jsonc-eslint-parser": "2.4.0",
|
|
105
|
+
"local-pkg": "0.5.1",
|
|
106
|
+
"toml-eslint-parser": "0.10.0",
|
|
107
|
+
"typescript-eslint": "8.18.2",
|
|
108
|
+
"yaml-eslint-parser": "1.2.3"
|
|
95
109
|
},
|
|
96
110
|
"devDependencies": {
|
|
97
|
-
"@arethetypeswrong/cli": "0.17.
|
|
98
|
-
"@changesets/cli": "2.27.
|
|
99
|
-
"@commitlint/cli": "19.6.
|
|
111
|
+
"@arethetypeswrong/cli": "0.17.2",
|
|
112
|
+
"@changesets/cli": "2.27.11",
|
|
113
|
+
"@commitlint/cli": "19.6.1",
|
|
100
114
|
"@commitlint/config-conventional": "19.6.0",
|
|
101
|
-
"@eslint-react/eslint-plugin": "
|
|
102
|
-
"@next/eslint-plugin-next": "
|
|
115
|
+
"@eslint-react/eslint-plugin": "1.22.1",
|
|
116
|
+
"@next/eslint-plugin-next": "15.1.2",
|
|
103
117
|
"@size-limit/esbuild-why": "11.1.6",
|
|
104
118
|
"@size-limit/preset-small-lib": "11.1.6",
|
|
105
|
-
"@tanstack/eslint-plugin-query": "
|
|
119
|
+
"@tanstack/eslint-plugin-query": "5.62.9",
|
|
106
120
|
"@total-typescript/ts-reset": "0.6.1",
|
|
107
121
|
"@types/eslint-plugin-security": "3.0.0",
|
|
108
122
|
"@types/eslint-plugin-tailwindcss": "3.17.0",
|
|
109
123
|
"@types/eslint__js": "8.42.3",
|
|
110
|
-
"@types/node": "22.10.
|
|
124
|
+
"@types/node": "22.10.2",
|
|
111
125
|
"@zayne-labs/eslint-config": "link:",
|
|
112
126
|
"@zayne-labs/tsconfig": "0.2.1",
|
|
113
127
|
"concurrently": "9.1.0",
|
|
114
128
|
"cross-env": "7.0.3",
|
|
115
|
-
"eslint": "
|
|
116
|
-
"eslint-plugin-astro": "
|
|
117
|
-
"eslint-plugin-react-hooks": "
|
|
118
|
-
"eslint-plugin-react-refresh": "
|
|
119
|
-
"eslint-plugin-solid": "
|
|
120
|
-
"eslint-plugin-svelte": "
|
|
121
|
-
"eslint-plugin-tailwindcss": "
|
|
122
|
-
"eslint-plugin-vue": "
|
|
129
|
+
"eslint": "9.17.0",
|
|
130
|
+
"eslint-plugin-astro": "1.3.1",
|
|
131
|
+
"eslint-plugin-react-hooks": "5.1.0",
|
|
132
|
+
"eslint-plugin-react-refresh": "0.4.16",
|
|
133
|
+
"eslint-plugin-solid": "0.14.5",
|
|
134
|
+
"eslint-plugin-svelte": "2.46.1",
|
|
135
|
+
"eslint-plugin-tailwindcss": "3.17.5",
|
|
136
|
+
"eslint-plugin-vue": "9.32.0",
|
|
137
|
+
"eslint-processor-vue-blocks": "0.1.2",
|
|
123
138
|
"eslint-typegen": "0.3.2",
|
|
124
139
|
"husky": "9.1.7",
|
|
125
|
-
"lint-staged": "15.2.
|
|
126
|
-
"pkg-pr-new": "0.0.
|
|
140
|
+
"lint-staged": "15.2.11",
|
|
141
|
+
"pkg-pr-new": "0.0.39",
|
|
127
142
|
"prettier": "3.4.2",
|
|
128
143
|
"publint": "0.2.12",
|
|
129
144
|
"size-limit": "11.1.6",
|
|
130
|
-
"tailwindcss": "
|
|
145
|
+
"tailwindcss": "3.4.17",
|
|
131
146
|
"tsup": "8.3.5",
|
|
132
147
|
"tsx": "4.19.2",
|
|
133
|
-
"typescript": "5.7.2"
|
|
148
|
+
"typescript": "5.7.2",
|
|
149
|
+
"vue-eslint-parser": "9.4.3"
|
|
134
150
|
},
|
|
135
151
|
"publishConfig": {
|
|
136
152
|
"access": "public",
|
|
@@ -140,13 +156,15 @@
|
|
|
140
156
|
"scripts": {
|
|
141
157
|
"build": "pnpm typegen && tsup",
|
|
142
158
|
"build:dev": "pnpm typegen && cross-env NODE_ENV=development tsup",
|
|
143
|
-
"build:test": "pnpm typegen & concurrently --prefix-colors \"yellow.bold,#7da4f8.bold,magenta\" --names PUBLINT,TSUP,ATTW 'pnpm:lint:publint' 'pnpm:build:dev' 'pnpm:lint:attw'",
|
|
159
|
+
"build:test-bundle": "pnpm typegen & concurrently --prefix-colors \"yellow.bold,#7da4f8.bold,magenta\" --names PUBLINT,TSUP,ATTW 'pnpm:lint:publint' 'pnpm:build:dev' 'pnpm:lint:attw'",
|
|
144
160
|
"inspect:eslint-config": "pnpx @eslint/config-inspector@latest --config eslint.config.js",
|
|
145
161
|
"lint:attw": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
|
|
146
162
|
"lint:check-types": "pnpm typegen && tsc --pretty -p tsconfig.json",
|
|
147
163
|
"lint:commitlint": "commitlint --edit",
|
|
148
164
|
"lint:eslint": "pnpm build && pnpm lint:eslint:dev",
|
|
149
165
|
"lint:eslint:dev": "eslint . --max-warnings 0 --report-unused-disable-directives",
|
|
166
|
+
"lint:eslint:interactive": "pnpm build && pnpm lint:eslint:interactive:dev",
|
|
167
|
+
"lint:eslint:interactive:dev": "pnpx eslint-interactive@latest . --fix --max-warnings 0 --report-unused-disable-directives",
|
|
150
168
|
"lint:format": "prettier --cache --write .",
|
|
151
169
|
"lint:packages": "pnpm dedupe --check",
|
|
152
170
|
"lint:publint": "publint --strict .",
|