[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

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