adds intro text and styling
This commit is contained in:
@ -11,5 +11,12 @@ module.exports = {
|
||||
extends: ['@nuxtjs', 'plugin:nuxt/recommended', 'prettier'],
|
||||
plugins: [],
|
||||
// add your custom rules here
|
||||
rules: {},
|
||||
rules: {
|
||||
"vue/multi-word-component-names": [
|
||||
"error",
|
||||
{
|
||||
"ignores": ["index"]
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user