We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0486ce commit 3b3214dCopy full SHA for 3b3214d
1 file changed
eslint.config.mjs
@@ -21,7 +21,7 @@ const compat = new FlatCompat({
21
});
22
23
export default defineConfig([
24
- globalIgnores(["!**/.*", "**/node_modules/.*"]),
+ globalIgnores(["!**/.*", "**/node_modules/.*", "**/dist/*"]),
25
{
26
extends: compat.extends("eslint:recommended"),
27
0 commit comments