We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b150168 commit a5b1228Copy full SHA for a5b1228
eslint.config.mjs
@@ -13,6 +13,6 @@ export default tseslint.config(
13
},
14
15
{
16
- ignores: ["node_modules/", "build/", "dist/"],
+ ignores: ["**/node_modules/", "**/build/", "**/dist/"],
17
18
);
0 commit comments