You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the vue/component-name-in-template-casing rule has an ignores parameter to allow specific component names to bypass whatever rule the developer has set. It would be even more useful to allow wildcards, so we could avoid applying Pascal case to third party UI libraries, e.g.:
Currently, the
vue/component-name-in-template-casing
rule has anignores
parameter to allow specific component names to bypass whatever rule the developer has set. It would be even more useful to allow wildcards, so we could avoid applying Pascal case to third party UI libraries, e.g.:So when using Element UI's components (e.g.
<el-button>
), those will no longer be shown as errors if they're not in Pascal case.The text was updated successfully, but these errors were encountered: