Closed
Description
It should be recommended according to https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin#supported-rules. But simply extending plugin:@typescript-eslint/recommended
does not enable the rule.
Adding the rule explicitly in eslintrc.js
works though.
Repro
Repro to follow.
Expected Result
Actual Result
Additional Info
Versions
package | version |
---|---|
@typescript-eslint/eslint-plugin |
1.4.2 |
@typescript-eslint/parser |
1.4.2 |
TypeScript |
3.3.3333 😄 |
ESLint |
5.15.1 |
node |
11.11.0 |
yarn |
1.13.0 |