[semi] does not detect missing semicolons in interface definitions or in/around type aliases #714
Labels
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
working as intended
Issues that are closed as they are working as intended
Repro
Expected Result
Errors on all the marked lines. (I wasn’t sure whether to expect a semicolon after the type alias at first, but it looks like an assignment and the TypeScript handbook puts semicolons there.)
Actual Result
No errors.
Additional Info
This was already brought up by @bkucera in #461 (comment); @bradzacher suggested raising a concrete issue, which as far as I can tell wasn’t done so far, so here it is.
Versions
@typescript-eslint/eslint-plugin
1.12.1-alpha.5
@typescript-eslint/parser
1.12.0
TypeScript
3.5.3
ESLint
6.0.1
node
12.6.0
npm
6.9.0
The text was updated successfully, but these errors were encountered: