Closed
Description
Repro
/* eslint @typescript-eslint/adjacent-overload-signatures: error */
class Test {
static test() {}
untest() {}
test() {}
}
Expected Result
No warning, as despite having the same names they are unrelated. The first test
is a member of typeof Test
, the second test
is a member of Test
.
Actual Result
"All 'test' signatures should be adjacent."
Additional Info
Versions
package | version |
---|---|
@typescript-eslint/eslint-plugin |
1.1.1 |
@typescript-eslint/parser |
1.1.1 |
TypeScript |
3.2.4 |
ESLint |
5.12.1 |
node |
11.8.0 |
yarn |
1.14.0 |
Metadata
Metadata
Assignees
Labels
Something isn't workingSomething isn't workingGood for newcomersGood for newcomersIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-plugin