Skip to content

Commit

Permalink
test: check regression; fixes #750
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jun 19, 2021
1 parent 657c67c commit 478b248
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions test/rules/assertions/validTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1247,5 +1247,22 @@ export default {
*/
`,
},
{
code: `
/**
* Foo.
*
* @fires Foo#bar
*/
export default class Foo {
}
`,
ignoreReadme: true,
parser: require.resolve('@typescript-eslint/parser'),
parserOptions: {
sourceType: 'module',
},
},
],
};

0 comments on commit 478b248

Please sign in to comment.