[no-empty-interface] D 8000 isable in declaration merging contexts #1875
Labels
bug
Something isn't working
good first issue
Good for newcomers
has pr
there is a PR raised to close this
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
Repro
The code above can be found here, along with the referenced
theme.treat.ts
file in the same directory.Expected Result
No errors should be thrown, as the
Theme
interface ofmodule 'treat/theme'
is being augmented.Actual Result
(As thrown by
@typescript-eslint/no-empty-interface
.)Additional Info
The code above gets auto-fixed to:
Which throws a TypeScript error
ts(2300)
:Versions
@typescript-eslint/eslint-plugin
2.27.0
@typescript-eslint/parser
2.27.0
TypeScript
3.8.3
ESLint
6.8.0
node
13.12.0
yarn
1.22.4
npm
6.14.4
The text was updated successfully, but these errors were encountered: