Skip to content

Commit cdad424

Browse files
committed
🎨 Expand eslint ignore list
1 parent eb48924 commit cdad424

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default tseslint.config(
2828
...globals.browser,
2929
"AudioWorkletGlobalScope": false
3030
}
31-
}
31+
},
32+
ignores: ["node_modules", "dist"],
3233
}
3334
)

0 commit comments

Comments
 (0)