[semi] Doesn't seem to apply to class members #409
Labels
bug
Something isn't working
enhancement: new base rule extension
New base rule extension required to handle a TS specific case
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Repro
Expected Result
Error for
semi
on line 5 (invertY)Actual Result
Nothing
Additional Info
I want to disallow semicolons globally in my Typescript project, but I noticed that the rule isn't being applied to class members. It works in other places in the same file but not for that specific case.
Versions
@typescript-eslint/eslint-plugin
1.6.0
@typescript-eslint/parser
1.6.0
TypeScript
3.4.1
ESLint
5.3.0
node
9.11.2
npm
5.6.0
The text was updated successfully, but these errors were encountered: