mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-22 21:11:17 +00:00
Make eslint complain about var usage
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
"prettier/prettier": "error",
|
||||
"eqeqeq": "error",
|
||||
"no-prototype-builtins": "off",
|
||||
"no-var": "error",
|
||||
"no-unused-vars": "off"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user