[feat] Add rule no-undef in config file validation (#3786)

This should solve the problem #3785.
This commit is contained in:
Kristjan ESPERANTO
2025-05-15 00:15:54 +02:00
committed by GitHub
parent 965e935881
commit 554bb0ed5c
2 changed files with 3 additions and 4 deletions

View File

@@ -32,10 +32,8 @@ planned for 2025-07-01
### Fixed
- [fix] Handle spellcheck issues (#3783)
### Fixed
- [calendar] fix fullday event rrule until with timezone offset (#3781)
- [feat] Add rule `no-undef` in config file validation to fix #3785 (#3786)
### Updated

View File

@@ -54,7 +54,8 @@ function checkConfigFile () {
globals: {
...globals.node
}
}
},
rules: { "no-undef": "error" }
},
configFileName
);