mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 12:23:26 +00:00
9 lines
206 B
JavaScript
9 lines
206 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ['@nuxt/eslint-config', 'plugin:prettier/recommended'],
|
|
rules: {
|
|
'vue/max-attributes-per-line': 'off',
|
|
'vue/multi-word-component-names': 'off',
|
|
},
|
|
};
|