@zayne-labs/eslint-config 0.4.2 → 0.4.3
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/index.d.ts +15 -3
- package/dist/index.js +56 -30
- package/dist/index.js.map +1 -1
- package/package.json +8 -1
- 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.
|
|
4
|
+
"version": "0.4.3",
|
|
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,7 @@
|
|
|
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.18.2",
|
|
90
95
|
"eslint-config-flat-gitignore": "0.3.0",
|
|
91
96
|
"eslint-flat-config-utils": "0.4.0",
|
|
92
97
|
"eslint-import-resolver-typescript": "3.7.0",
|
|
@@ -128,6 +133,7 @@
|
|
|
128
133
|
"cross-env": "7.0.3",
|
|
129
134
|
"eslint": "9.17.0",
|
|
130
135
|
"eslint-plugin-astro": "1.3.1",
|
|
136
|
+
"eslint-plugin-react-compiler": "19.0.0-beta-55955c9-20241229",
|
|
131
137
|
"eslint-plugin-react-hooks": "5.1.0",
|
|
132
138
|
"eslint-plugin-react-refresh": "0.4.16",
|
|
133
139
|
"eslint-plugin-solid": "0.14.5",
|
|
@@ -146,6 +152,7 @@
|
|
|
146
152
|
"tsup": "8.3.5",
|
|
147
153
|
"tsx": "4.19.2",
|
|
148
154
|
"typescript": "5.7.2",
|
|
155
|
+
"vue": "^3.5.13",
|
|
149
156
|
"vue-eslint-parser": "9.4.3"
|
|
150
157
|
},
|
|
151
158
|
"publishConfig": {
|
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"}
|