Skip to content

Commit

Permalink
added option to force a update of the dom elements if the module gets…
Browse files Browse the repository at this point in the history
… resumed;

format of all code in MagicMirror style guide
  • Loading branch information
Tom-Hirschberger committed Jan 15, 2022
1 parent b5ccefb commit e982a61
Show file tree
Hide file tree
Showing 6 changed files with 1,074 additions and 827 deletions.
26 changes: 13 additions & 13 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"extends": "airbnb-base",
"globals": {
"Module": true,
"Log": true,
"MM": true
},
"rules": {
"comma-dangle": "off",
"object-shorthand": "off",
"func-names": "off",
"space-before-function-paren": "off"
}
}
"extends": "airbnb-base",
"globals": {
"Module": true,
"Log": true,
"MM": true
},
"rules": {
"comma-dangle": "off",
"object-shorthand": "off",
"func-names": "off",
"space-before-function-paren": "off"
}
}
Loading

0 comments on commit e982a61

Please sign in to comment.