We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9e7480 + e61ee25 commit 539d7b7Copy full SHA for 539d7b7
.eslintrc
@@ -71,6 +71,7 @@
71
"no-console": [0],
72
"no-unused-labels": [2],
73
"no-useless-escape": [0],
74
- "func-name-matching": ["error", "always"]
+ "func-name-matching": ["error", "always"],
75
+ "no-prototype-builtins": [0]
76
}
77
0 commit comments