mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 17:44:52 -04:00
Add eslint semi rule
This commit is contained in:
parent
2bce15dc6e
commit
835668d96d
24 changed files with 39 additions and 38 deletions
|
@ -15,10 +15,10 @@ Module.register("helloworld",{
|
|||
},
|
||||
|
||||
getTemplate: function () {
|
||||
return "helloworld.njk"
|
||||
return "helloworld.njk";
|
||||
},
|
||||
|
||||
getTemplateData: function () {
|
||||
return this.config
|
||||
return this.config;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue