We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no-undef
1 parent 965e935 commit 554bb0eCopy full SHA for 554bb0e
CHANGELOG.md
@@ -32,10 +32,8 @@ planned for 2025-07-01
32
### Fixed
33
34
- [fix] Handle spellcheck issues (#3783)
35
-
36
-### Fixed
37
38
- [calendar] fix fullday event rrule until with timezone offset (#3781)
+- [feat] Add rule `no-undef` in config file validation to fix #3785 (#3786)
39
40
### Updated
41
js/check_config.js
@@ -54,7 +54,8 @@ function checkConfigFile () {
54
globals: {
55
...globals.node
56
}
57
- }
+ },
58
+ rules: { "no-undef": "error" }
59
},
60
configFileName
61
);
0 commit comments