Skip to content

Commit 7e3ae25

Browse files
authored
Ignore built files for eslint (#92)
* Ignore built files for eslint * fix whitespace
1 parent c095659 commit 7e3ae25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/lib

.eslintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@
2020
"unicorn/prefer-node-protocol": "warn"
2121

2222
}
23-
24-
}
23+
}

0 commit comments

Comments
 (0)