We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9b99fd + 868ae4b commit 6fefef1Copy full SHA for 6fefef1
3 files changed
.eslintrc
@@ -1,5 +1,10 @@
1
{
2
"extends": "eslint:recommended",
3
+ "rules": {
4
+ "no-prototype-builtins": "off",
5
+ "no-unused-vars": "off",
6
+ "no-redeclare": "off"
7
+ },
8
"parserOptions": {
9
"ecmaVersion": 2017
10
},
0 commit comments