Skip to content

Commit f80d610

Browse files
committed
Adjusting eslint config for tests.
1 parent 793e057 commit f80d610

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

eslint.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,7 @@ export default tsPlugin.config(
240240
},
241241
{
242242
name: "tests/all",
243-
files: [
244-
"express-zod-api/tests/*.ts",
245-
"express-zod-api/vitest.setup.ts",
246-
"migration/*.spec.ts",
247-
"zod-plugin/tests/*.ts",
248-
],
243+
files: ["**/tests/*.ts", "**/vitest.setup.ts", "**/*.spec.ts"],
249244
rules: {
250245
"@typescript-eslint/no-explicit-any": "off",
251246
"@typescript-eslint/no-empty-object-type": "warn",

0 commit comments

Comments
 (0)