Skip to content

How to make parser work on plain js files. #109

Closed
@armano2

Description

@armano2

I looked into my projects and i found out one missing functionality here, sometimes we can create abstract components in js files with no template, with or without render function and in that case eslint is not going to work with this file because he don't know that this is a component.

Solution:
I propose to add a way to instruct parser to treat files with comment /* @vue/component */ as vue components.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions