Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Labels
Milestone
Description
Repro
See below.
{"rules": {"no-redeclare":"error" }}
export=CodeMirror;exportasnamespaceCodeMirror;declarefunctionCodeMirror(host:HTMLElement,options?:CodeMirror.EditorConfiguration):CodeMirror.Editor;declarenamespaceCodeMirror{}
Expected Result
No error.
Actual Resultno-redeclare
error fordeclare 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 |