**Feature** Possibility to add a regex in the `ignores` option **Example** ```json { "vue/component-name-in-template-casing": ["error", "PascalCase", { "ignores": [/v-(.*)/] }] } ```