diff --git a/.eslintrc.json b/.eslintrc.json index d32dc7460..8d4d7dd1c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -31,6 +31,7 @@ "no-return-await": "off", "no-bitwise": ["error", { "allow": ["~"] }], "no-plusplus": "off", + "no-restricted-properties": "off", "max-len": "off", "no-console": "off", "no-else-return": "off",