Skip to content

Commit e5fa8e5

Browse files
committed
chore: add ignorePatterns to ESLint configuration
1 parent fdfd663 commit e5fa8e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const compat = new FlatCompat({
99
module.exports = [
1010
...compat.config({
1111
root: true,
12+
ignorePatterns: ["dist/**", "**/dev-dist/**"],
1213
env: {
1314
node: true,
1415
browser: true,

0 commit comments

Comments
 (0)