mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
Revise require imports (#3071)
- order (external first) - remove superfluous file extensions - new line after imports - deconstruct (only one time (in `check_config.js`)) - fix path (only one time (in `global-setup.js`))
This commit is contained in:
parent
d5395ee3f8
commit
5f38c53260
32 changed files with 451 additions and 50 deletions
|
@ -1,7 +1,7 @@
|
|||
const fetch = require("./fetch");
|
||||
const fs = require("fs");
|
||||
const path = require("path");
|
||||
const Log = require("logger");
|
||||
const fetch = require("./fetch");
|
||||
|
||||
/**
|
||||
* Gets the config.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue