Commit 3909c2b2 authored by Aarni Koskela's avatar Aarni Koskela

eslintrc: enable no-redeclare but with builtinGlobals: false

parent 247f371d
......@@ -27,7 +27,7 @@ module.exports = {
"no-extra-semi": "error",
"no-mixed-spaces-and-tabs": "error",
"no-multi-spaces": "error",
"no-redeclare": "off",
"no-redeclare": ["error", {builtinGlobals: false}],
"no-trailing-spaces": "error",
"no-unused-vars": "off",
"no-whitespace-before-property": "error",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment