mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Make eslint complain about var usage
This commit is contained in:
parent
2e44e1626d
commit
399dca2ef9
@ -25,6 +25,7 @@
|
||||
"prettier/prettier": "error",
|
||||
"eqeqeq": "error",
|
||||
"no-prototype-builtins": "off",
|
||||
"no-var": "error",
|
||||
"no-unused-vars": "off"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user