mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
fixed eslint for alerting (#70171)
Fixed eslint in the alerting project
This commit is contained in:
parent
c53f036f5d
commit
d3a0ab3db0
1 changed files with 1 additions and 1 deletions
|
@ -888,7 +888,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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue