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
Description
This issue was initially reported here:eslint/typescript-eslint-parser#438
What version of TypeScript are you using?
2.6.2
What version oftypescript-eslint-parser are you using?
12.0.0
What code were you trying to parse?
import{Component,Vue}from'vue-property-decorator'importTFormfrom'@components/t-form.vue'@Component({components:{'t-form':TForm}})exportdefaultclassextendsVue{
What did you expect to happen?
No linting errors
What happened?
Got the following errors
import{Component,Vue}from'vue-property-decorator'importTFormfrom'@components/t-form.vue'@Component({components:{'t-form':TForm<---***Expectedindentationof2spacesbutfound4indent***}})<---***Expectedindentationof2spacesbutfound0indent***exportdefaultclassextendsVue{