Respect vue/multi-word-component-names in pages and layouts
Vue introduced a new essential eslint rule called vue/multi-word-component-names
. All our custom components are multiword already, but the components in layouts
and pages
are not.
Rename the components in both folders so that they conform to the rule, and remove the disabled rule from the .eslintrc
file in the mentioned folders.
Following files:
Edited by Tobias Kuhnert