Skip to content

Commit 55ceb59

Browse files
committed
Add .eslintignore to exclude docs and build files
1 parent a0bac12 commit 55ceb59

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.eslintignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Dependencies
2+
node_modules/
3+
4+
# Build output
5+
build/
6+
dist/
7+
out/
8+
9+
# Caches / temp
10+
.cache/
11+
.tmp/
12+
.eslintcache
13+
14+
# Config files (optional)
15+
*.config.js
16+
babel.config.js
17+
18+
# Docs
19+
*.md
20+
*.mdx
21+
docs/**/*.md
22+
blog/**/*.md

0 commit comments

Comments
 (0)