Skip to content

Commit

Permalink
fixed eslint for alerting (#70171)
Browse files Browse the repository at this point in the history
Fixed eslint in the alerting project
  • Loading branch information
gmmorris committed Jun 29, 2020
1 parent c53f036 commit d3a0ab3
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 d3a0ab3

Please sign in to comment.