Skip to content

Commit

Permalink
chore: add test for function types & no-restricted-globals rule (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored and bradzacher committed Oct 10, 2019
1 parent 514bed9 commit 526d336
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -24,6 +24,12 @@ export default class Test {
`,
options: ['status'],
},
{
code: `
type Handler = (event: string) => any
`,
options: ['event'],
},
],
invalid: [],
});

0 comments on commit 526d336

Please sign in to comment.