Skip to content

Commit 87dcf25

Browse files
authored
Disable no-prototype-builtins in eslint. Closes #195 (#196)
1 parent 2d7ce4c commit 87dcf25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ rules:
2020
semi:
2121
- 2
2222
- always
23+
no-prototype-builtins: off

0 commit comments

Comments
 (0)