mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
[feat] Add rule no-undef
in config file validation (#3786)
This should solve the problem #3785.
This commit is contained in:
committed by
GitHub
parent
965e935881
commit
554bb0ed5c
@@ -54,7 +54,8 @@ function checkConfigFile () {
|
||||
globals: {
|
||||
...globals.node
|
||||
}
|
||||
}
|
||||
},
|
||||
rules: { "no-undef": "error" }
|
||||
},
|
||||
configFileName
|
||||
);
|
||||
|
Reference in New Issue
Block a user