mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:53:24 +00:00
8 lines
169 B
JavaScript
8 lines
169 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: '@nuxt/eslint-config',
|
|
rules: {
|
|
'vue/max-attributes-per-line': 'off',
|
|
'vue/multi-word-component-names': 'off'
|
|
}
|
|
} |