-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
bugSomething isn't workingSomething isn't workingpackage: parserIssues related to @typescript-eslint/parserIssues related to @typescript-eslint/parserscope analyserIssues that are caused by bugs/incomplete cases in the scope analyserIssues that are caused by bugs/incomplete cases in the scope analyser
Milestone
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 |
jeysal, matt-tingen, pokutuna, fregante, dbajpeyi and 2 more
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpackage: parserIssues related to @typescript-eslint/parserIssues related to @typescript-eslint/parserscope analyserIssues that are caused by bugs/incomplete cases in the scope analyserIssues that are caused by bugs/incomplete cases in the scope analyser