diff --git a/.eslintrc.js b/.eslintrc.js index 81ffde0328954..4047fbb6525eb 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -892,7 +892,7 @@ module.exports = { { // typescript only for front and back end files: [ - 'x-pack/{,legacy/}plugins/{alerting,alerting_builtins,actions,task_manager,event_log}/**/*.{ts,tsx}', + 'x-pack/{,legacy/}plugins/{alerts,alerting_builtins,actions,task_manager,event_log}/**/*.{ts,tsx}', ], rules: { '@typescript-eslint/no-explicit-any': 'error',