@adbayb/stack 2.40.0-next-3f903eb → 2.40.0-next-a4e6398
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/configs/oxlint/index.ts +1 -1
- package/dist/configs/oxlint.d.ts +4 -1
- package/dist/configs/oxlint.js +2 -2
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/configs/oxlint/index.ts
CHANGED
|
@@ -55,6 +55,7 @@ const config = defineConfig({
|
|
|
55
55
|
plugins: ["vitest"],
|
|
56
56
|
rules: {
|
|
57
57
|
"vitest/consistent-test-it": ["error", { fn: "test", withinDescribe: "test" }],
|
|
58
|
+
"vitest/max-expects": "off",
|
|
58
59
|
"vitest/no-hooks": "off",
|
|
59
60
|
"vitest/no-importing-vitest-globals": "off",
|
|
60
61
|
"vitest/prefer-to-be-falsy": "off",
|
|
@@ -298,7 +299,6 @@ const config = defineConfig({
|
|
|
298
299
|
"unicorn/no-array-for-each": "off",
|
|
299
300
|
"unicorn/no-array-reduce": "off",
|
|
300
301
|
"unicorn/no-useless-undefined": "off",
|
|
301
|
-
"vitest/max-expects": "off",
|
|
302
302
|
},
|
|
303
303
|
});
|
|
304
304
|
|
package/dist/configs/oxlint.d.ts
CHANGED
|
@@ -27,6 +27,7 @@ declare const config: {
|
|
|
27
27
|
"typescript/no-unsafe-member-access"?: never;
|
|
28
28
|
"typescript/no-unsafe-return"?: never;
|
|
29
29
|
"vitest/consistent-test-it"?: never;
|
|
30
|
+
"vitest/max-expects"?: never;
|
|
30
31
|
"vitest/no-hooks"?: never;
|
|
31
32
|
"vitest/no-importing-vitest-globals"?: never;
|
|
32
33
|
"vitest/prefer-to-be-falsy"?: never;
|
|
@@ -49,6 +50,7 @@ declare const config: {
|
|
|
49
50
|
"typescript/no-unsafe-return": "off";
|
|
50
51
|
"unicorn/require-module-specifiers"?: never;
|
|
51
52
|
"vitest/consistent-test-it"?: never;
|
|
53
|
+
"vitest/max-expects"?: never;
|
|
52
54
|
"vitest/no-hooks"?: never;
|
|
53
55
|
"vitest/no-importing-vitest-globals"?: never;
|
|
54
56
|
"vitest/prefer-to-be-falsy"?: never;
|
|
@@ -70,6 +72,7 @@ declare const config: {
|
|
|
70
72
|
fn: "test";
|
|
71
73
|
withinDescribe: "test";
|
|
72
74
|
}];
|
|
75
|
+
"vitest/max-expects": "off";
|
|
73
76
|
"vitest/no-hooks": "off";
|
|
74
77
|
"vitest/no-importing-vitest-globals": "off";
|
|
75
78
|
"vitest/prefer-to-be-falsy": "off";
|
|
@@ -105,6 +108,7 @@ declare const config: {
|
|
|
105
108
|
"typescript/no-unsafe-member-access"?: never;
|
|
106
109
|
"typescript/no-unsafe-return"?: never;
|
|
107
110
|
"vitest/consistent-test-it"?: never;
|
|
111
|
+
"vitest/max-expects"?: never;
|
|
108
112
|
"vitest/no-hooks"?: never;
|
|
109
113
|
"vitest/no-importing-vitest-globals"?: never;
|
|
110
114
|
"vitest/prefer-to-be-falsy"?: never;
|
|
@@ -254,7 +258,6 @@ declare const config: {
|
|
|
254
258
|
"unicorn/no-array-for-each": "off";
|
|
255
259
|
"unicorn/no-array-reduce": "off";
|
|
256
260
|
"unicorn/no-useless-undefined": "off";
|
|
257
|
-
"vitest/max-expects": "off";
|
|
258
261
|
};
|
|
259
262
|
};
|
|
260
263
|
declare const createConfig: ({ ignorePatterns }: Required<Pick<OxlintConfig, "ignorePatterns">>) => OxlintConfig;
|
package/dist/configs/oxlint.js
CHANGED
|
@@ -64,6 +64,7 @@ const config = defineConfig({
|
|
|
64
64
|
fn: "test",
|
|
65
65
|
withinDescribe: "test"
|
|
66
66
|
}],
|
|
67
|
+
"vitest/max-expects": "off",
|
|
67
68
|
"vitest/no-hooks": "off",
|
|
68
69
|
"vitest/no-importing-vitest-globals": "off",
|
|
69
70
|
"vitest/prefer-to-be-falsy": "off",
|
|
@@ -305,8 +306,7 @@ const config = defineConfig({
|
|
|
305
306
|
"unicorn/import-style": "off",
|
|
306
307
|
"unicorn/no-array-for-each": "off",
|
|
307
308
|
"unicorn/no-array-reduce": "off",
|
|
308
|
-
"unicorn/no-useless-undefined": "off"
|
|
309
|
-
"vitest/max-expects": "off"
|
|
309
|
+
"unicorn/no-useless-undefined": "off"
|
|
310
310
|
}
|
|
311
311
|
});
|
|
312
312
|
const createConfig = ({ ignorePatterns }) => {
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adbayb/stack",
|
|
3
|
-
"version": "2.40.0-next-
|
|
3
|
+
"version": "2.40.0-next-a4e6398",
|
|
4
4
|
"description": "My opinionated JavaScript-based toolchain",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"development",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"oxlint": "^1.76.0",
|
|
63
63
|
"oxlint-tsgolint": "^7.0.2001",
|
|
64
64
|
"termost": "^1.9.1",
|
|
65
|
-
"turbo": "^2.10.
|
|
65
|
+
"turbo": "^2.10.8",
|
|
66
66
|
"typescript": "^6.0.3"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|