diff --git a/src/dev/precommit_hook/casing_check_config.js b/src/dev/precommit_hook/casing_check_config.js index 97788e7a566c..1a82931718f3 100644 --- a/src/dev/precommit_hook/casing_check_config.js +++ b/src/dev/precommit_hook/casing_check_config.js @@ -70,7 +70,7 @@ export const IGNORE_FILE_GLOBS = [ // packages for the ingest manager's api integration tests could be valid semver which has dashes // Wazuh: ignore file name validation - 'VERSION' + 'VERSION', ]; /**