Skip to content

Commit 3d655dd

Browse files
author
sunjieming
committed
Update linter to allow for adding methods to String prototype
1 parent b0b51fc commit 3d655dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"max-len": 0,
1818
"no-unused-vars": 0,
1919
"no-useless-constructor": 0,
20+
"no-extend-native": 0,
2021
"import/no-unresolved": 0
2122
}
2223
}

0 commit comments

Comments
 (0)