@zayne-labs/eslint-config 0.4.2 → 0.5.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 +79 -179
- package/dist/index.d.ts +289 -21
- package/dist/index.js +101 -45
- package/dist/index.js.map +1 -1
- package/package.json +19 -12
- package/dist/chunk-VUNV25KB.js +0 -14
- package/dist/chunk-VUNV25KB.js.map +0 -1
- package/dist/dist-RQW5ZYTC.js +0 -235156
- package/dist/dist-RQW5ZYTC.js.map +0 -1
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.5.0",
|
|
5
5
|
"description": "Zayne Labs' ESLint config preset",
|
|
6
6
|
"author": "Ryan Zayne",
|
|
7
7
|
"license": "MIT",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"@tanstack/eslint-plugin-query": ">=5.59.7",
|
|
34
34
|
"eslint": ">=9.12.0",
|
|
35
35
|
"eslint-plugin-astro": ">=1.2.0",
|
|
36
|
+
"eslint-plugin-react-compiler": ">=19.0.0",
|
|
36
37
|
"eslint-plugin-react-hooks": ">=5.0.0",
|
|
37
38
|
"eslint-plugin-react-refresh": ">=0.4.12",
|
|
38
39
|
"eslint-plugin-solid": ">=0.14.3",
|
|
@@ -55,6 +56,9 @@
|
|
|
55
56
|
"eslint-plugin-astro": {
|
|
56
57
|
"optional": true
|
|
57
58
|
},
|
|
59
|
+
"eslint-plugin-react-compiler": {
|
|
60
|
+
"optional": true
|
|
61
|
+
},
|
|
58
62
|
"eslint-plugin-react-hooks": {
|
|
59
63
|
"optional": true
|
|
60
64
|
},
|
|
@@ -87,6 +91,8 @@
|
|
|
87
91
|
"@eslint/compat": "1.2.4",
|
|
88
92
|
"@eslint/js": "9.17.0",
|
|
89
93
|
"@stylistic/eslint-plugin": "2.12.1",
|
|
94
|
+
"@typescript-eslint/parser": "^8.19.0",
|
|
95
|
+
"@zayne-labs/toolkit-type-helpers": "^0.8.22",
|
|
90
96
|
"eslint-config-flat-gitignore": "0.3.0",
|
|
91
97
|
"eslint-flat-config-utils": "0.4.0",
|
|
92
98
|
"eslint-import-resolver-typescript": "3.7.0",
|
|
@@ -95,8 +101,9 @@
|
|
|
95
101
|
"eslint-plugin-jsdoc": "50.6.1",
|
|
96
102
|
"eslint-plugin-jsonc": "2.18.2",
|
|
97
103
|
"eslint-plugin-n": "17.15.1",
|
|
98
|
-
"eslint-plugin-perfectionist": "4.
|
|
104
|
+
"eslint-plugin-perfectionist": "4.5.0",
|
|
99
105
|
"eslint-plugin-security": "3.0.1",
|
|
106
|
+
"eslint-plugin-solid": "^0.14.3",
|
|
100
107
|
"eslint-plugin-toml": "^0.12.0",
|
|
101
108
|
"eslint-plugin-unicorn": "56.0.1",
|
|
102
109
|
"eslint-plugin-yml": "^1.16.0",
|
|
@@ -104,7 +111,7 @@
|
|
|
104
111
|
"jsonc-eslint-parser": "2.4.0",
|
|
105
112
|
"local-pkg": "0.5.1",
|
|
106
113
|
"toml-eslint-parser": "0.10.0",
|
|
107
|
-
"typescript-eslint": "8.
|
|
114
|
+
"typescript-eslint": "8.19.0",
|
|
108
115
|
"yaml-eslint-parser": "1.2.3"
|
|
109
116
|
},
|
|
110
117
|
"devDependencies": {
|
|
@@ -112,8 +119,8 @@
|
|
|
112
119
|
"@changesets/cli": "2.27.11",
|
|
113
120
|
"@commitlint/cli": "19.6.1",
|
|
114
121
|
"@commitlint/config-conventional": "19.6.0",
|
|
115
|
-
"@eslint-react/eslint-plugin": "1.
|
|
116
|
-
"@next/eslint-plugin-next": "15.1.
|
|
122
|
+
"@eslint-react/eslint-plugin": "1.23.1",
|
|
123
|
+
"@next/eslint-plugin-next": "15.1.3",
|
|
117
124
|
"@size-limit/esbuild-why": "11.1.6",
|
|
118
125
|
"@size-limit/preset-small-lib": "11.1.6",
|
|
119
126
|
"@tanstack/eslint-plugin-query": "5.62.9",
|
|
@@ -121,13 +128,14 @@
|
|
|
121
128
|
"@types/eslint-plugin-security": "3.0.0",
|
|
122
129
|
"@types/eslint-plugin-tailwindcss": "3.17.0",
|
|
123
130
|
"@types/eslint__js": "8.42.3",
|
|
124
|
-
"@types/node": "22.10.
|
|
131
|
+
"@types/node": "22.10.5",
|
|
125
132
|
"@zayne-labs/eslint-config": "link:",
|
|
126
133
|
"@zayne-labs/tsconfig": "0.2.1",
|
|
127
|
-
"concurrently": "9.1.
|
|
134
|
+
"concurrently": "9.1.2",
|
|
128
135
|
"cross-env": "7.0.3",
|
|
129
136
|
"eslint": "9.17.0",
|
|
130
137
|
"eslint-plugin-astro": "1.3.1",
|
|
138
|
+
"eslint-plugin-react-compiler": "19.0.0-beta-55955c9-20241229",
|
|
131
139
|
"eslint-plugin-react-hooks": "5.1.0",
|
|
132
140
|
"eslint-plugin-react-refresh": "0.4.16",
|
|
133
141
|
"eslint-plugin-solid": "0.14.5",
|
|
@@ -137,7 +145,7 @@
|
|
|
137
145
|
"eslint-processor-vue-blocks": "0.1.2",
|
|
138
146
|
"eslint-typegen": "0.3.2",
|
|
139
147
|
"husky": "9.1.7",
|
|
140
|
-
"lint-staged": "15.
|
|
148
|
+
"lint-staged": "15.3.0",
|
|
141
149
|
"pkg-pr-new": "0.0.39",
|
|
142
150
|
"prettier": "3.4.2",
|
|
143
151
|
"publint": "0.2.12",
|
|
@@ -146,6 +154,7 @@
|
|
|
146
154
|
"tsup": "8.3.5",
|
|
147
155
|
"tsx": "4.19.2",
|
|
148
156
|
"typescript": "5.7.2",
|
|
157
|
+
"vue": "^3.5.13",
|
|
149
158
|
"vue-eslint-parser": "9.4.3"
|
|
150
159
|
},
|
|
151
160
|
"publishConfig": {
|
|
@@ -161,10 +170,8 @@
|
|
|
161
170
|
"lint:attw": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
|
|
162
171
|
"lint:check-types": "pnpm typegen && tsc --pretty -p tsconfig.json",
|
|
163
172
|
"lint:commitlint": "commitlint --edit",
|
|
164
|
-
"lint:eslint": "
|
|
165
|
-
"lint:eslint:
|
|
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",
|
|
173
|
+
"lint:eslint": "eslint . --max-warnings 0 --report-unused-disable-directives",
|
|
174
|
+
"lint:eslint:interactive": "pnpx eslint-interactive@latest . --fix --max-warnings 0 --report-unused-disable-directives",
|
|
168
175
|
"lint:format": "prettier --cache --write .",
|
|
169
176
|
"lint:packages": "pnpm dedupe --check",
|
|
170
177
|
"lint:publint": "publint --strict .",
|
package/dist/chunk-VUNV25KB.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
2
|
-
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
3
|
-
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
4
|
-
}) : x)(function(x) {
|
|
5
|
-
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
6
|
-
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
7
|
-
});
|
|
8
|
-
var __commonJS = (cb, mod) => function __require2() {
|
|
9
|
-
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
export { __commonJS, __require };
|
|
13
|
-
//# sourceMappingURL=chunk-VUNV25KB.js.map
|
|
14
|
-
//# sourceMappingURL=chunk-VUNV25KB.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"chunk-VUNV25KB.js"}
|