Skip to content

Commit a418777

Browse files
committed
chore: ignore "dist" when linting
1 parent a5797f2 commit a418777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"root": true,
3-
"ignorePatterns": ["projects/**/*"],
3+
"ignorePatterns": ["projects/**/*", "dist/**/*"],
44
"overrides": [
55
{
66
"files": ["*.ts"],

0 commit comments

Comments
 (0)