Skip to content

Commit

Permalink
fixed eslint for alerting (elastic#70171)
Browse files Browse the repository at this point in the history
Fixed eslint in the alerting project
  • Loading branch information
gmmorris authored and Bamieh committed Jul 1, 2020
1 parent 18c1b57 commit 0c982d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0c982d3

Please sign in to comment.