mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-22 13:09:26 +00:00
replace console
with Log
in calendar debug.js
(#3846)
to avoid exception in eslint config. Background: If someone has a copy of the `modules` folder in his setup eslint fails because the file `debug.js` uses `console` statements. I need the `modules` folder renamed in my docker setup so this test always fails. I think this is a simple solution which has no impact.
This commit is contained in:
@@ -88,7 +88,6 @@ export default defineConfig([
|
||||
files: ["**/*.js"],
|
||||
ignores: [
|
||||
"clientonly/index.js",
|
||||
"modules/default/calendar/debug.js",
|
||||
"js/logger.js",
|
||||
"tests/**/*.js"
|
||||
],
|
||||
|
Reference in New Issue
Block a user