mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 07:33:27 +00:00
Initial draft
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
module.exports = {
|
||||
root: true,
|
||||
extends: '@nuxt/eslint-config',
|
||||
extends: ['@nuxt/eslint-config', 'plugin:prettier/recommended'],
|
||||
rules: {
|
||||
'vue/max-attributes-per-line': 'off',
|
||||
'vue/multi-word-component-names': 'off'
|
||||
}
|
||||
}
|
||||
'vue/multi-word-component-names': 'off',
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user