Closed
Description
Repro
See below.
{
"rules": {
"no-redeclare": "error"
}
}
export = CodeMirror;
export as namespace CodeMirror;
declare function CodeMirror(host: HTMLElement, options?: CodeMirror.EditorConfiguration): CodeMirror.Editor;
declare namespace CodeMirror {
}
Expected Result
No error.
Actual Result
no-redeclare
error for declare namespace CodeMirror
line.
Additional Info
Versions
package | version |
---|---|
eslint-plugin-typescript |
1.0.0-rc.0 |
typescript-eslint-parser |
eslint-plugin-typescript/parser |
typescript |
3.1.6 |
Metadata
Metadata
Assignees
Labels
Something isn't workingSomething isn't workingIssues related to @typescript-eslint/parserIssues related to @typescript-eslint/parserIssues that are caused by bugs/incomplete cases in the scope analyserIssues that are caused by bugs/incomplete cases in the scope analyser