Skip to content
Snippets Groups Projects
Unverified Commit 2cf4f2d4 authored by Aleksandr Lesnenko's avatar Aleksandr Lesnenko Committed by GitHub
Browse files

disallow close global function usage (#46753)

parent e38e689b
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ module.exports = {
{ additionalHooks: "(useSafeAsyncFunction)" },
],
"prefer-const": [1, { destructuring: "all" }],
"no-restricted-globals": ["error", "close"],
"no-useless-escape": 0,
"no-only-tests/no-only-tests": [
"error",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment