-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
awaiting responseIssues waiting for a reply from the OP or another partyIssues waiting for a reply from the OP or another partybugSomething isn't workingSomething isn't workingpackage: eslint-pluginIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-plugin
Description
Repro
{
"rules": {
"@typescript/no-useless-constructor": "error"
}
}
class C {
constructor(readonly x) {}
}
Expected Result
No error.
Actual Result
Useless constructor.eslint(no-useless-constructor)
Additional Info
Versions
package | version |
---|---|
@typescript-eslint/eslint-plugin |
1.2.0 |
@typescript-eslint/parser |
1.4.2 |
TypeScript |
3.3.3333 |
ESLint |
5.15.1 |
node |
6.7.0 |
npm |
11.1.0 |
patarapolw
Metadata
Metadata
Assignees
Labels
awaiting responseIssues waiting for a reply from the OP or another partyIssues waiting for a reply from the OP or another partybugSomething isn't workingSomething isn't workingpackage: eslint-pluginIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-plugin