Skip to content

Add Vue.extend as valid component rule trigger #319

Closed
@blake-newman

Description

@blake-newman

All component-related rules are being applied to code that passes any of the following checks:

  • Vue.component() expression
  • export default {} in .vue or .jsx file

Suggestion

Add Vue.extend to the triggers for for applying the component related rules. It is a commonly used api fo creating components in a raw formats without SFC.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions