fixed eslint for alerting (#70171)

Fixed eslint in the alerting project
This commit is contained in:
Gidi Meir Morris 2020-06-29 18:00:58 +01:00 committed by GitHub
parent c53f036f5d
commit d3a0ab3db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',