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
@@ -32,10 +32,8 @@ planned for 2025-07-01
|
|||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- [fix] Handle spellcheck issues (#3783)
|
- [fix] Handle spellcheck issues (#3783)
|
||||||
|
|
||||||
### Fixed
|
|
||||||
|
|
||||||
- [calendar] fix fullday event rrule until with timezone offset (#3781)
|
- [calendar] fix fullday event rrule until with timezone offset (#3781)
|
||||||
|
- [feat] Add rule `no-undef` in config file validation to fix #3785 (#3786)
|
||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
|
@@ -54,7 +54,8 @@ function checkConfigFile () {
|
|||||||
globals: {
|
globals: {
|
||||||
...globals.node
|
...globals.node
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
rules: { "no-undef": "error" }
|
||||||
},
|
},
|
||||||
configFileName
|
configFileName
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user