Skip to content

FEAT: Regex in ignores option (component-name-in-template-casing) #705

Closed
@emmanuelvlad

Description

@emmanuelvlad

Feature
Possibility to add a regex in the ignores option

Example

{
	"vue/component-name-in-template-casing": ["error", "PascalCase", {
		"ignores": [/v-(.*)/]
	}]
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions