[adjacent-overload-signatures] False positive when static and instance methods share the same name #169
Labels
bug
Something isn't working
good first issue
Good for newcomers
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Uh oh!
There was an error while loading. Please reload this page.
Repro
Expected Result
No warning, as despite having the same names they are unrelated. The first
test
is a member oftypeof Test
, the secondtest
is a member ofTest
.Actual Result
"All 'test' signatures should be adjacent."
Additional Info
Versions
@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
The text was updated successfully, but these errors were encountered: