We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reusable rules with a new configuration item rules to avoid multiple regex patterns for different extensions
rules
Example:
rules: VueComponent: PascalCase CustomRule: regex:[a-z0-9]+ ls: .vue: VueComponent .yaml: CustomRule
This is planned for v2.3.0
v2.3.0
The text was updated successfully, but these errors were encountered:
loeffel-io
No branches or pull requests
Reusable rules with a new configuration item
rules
to avoid multiple regex patterns for different extensionsExample:
This is planned for
v2.3.0
The text was updated successfully, but these errors were encountered: