Skip to content

Commit 7a127b8

Browse files
committed
Organizing ignored paths in eslint config.
1 parent f80d610 commit 7a127b8

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

eslint.config.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,7 @@ export default tsPlugin.config(
175175
prettierRules,
176176
{
177177
name: "globally/ignored",
178-
ignores: [
179-
"express-zod-api/dist/",
180-
"express-zod-api/coverage/",
181-
"migration/dist",
182-
"compat-test/sample.ts",
183-
"zod-plugin/dist",
184-
],
178+
ignores: ["**/dist/", "**/coverage/", "compat-test/sample.ts"],
185179
},
186180
{
187181
name: "globally/disabled",

0 commit comments

Comments
 (0)