mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
8 lines
173 B
JavaScript
8 lines
173 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: '@nuxt/eslint-config',
|
|
rules: {
|
|
'vue/max-attributes-per-line': 'off',
|
|
'vue/multi-word-component-names': 'off',
|
|
},
|
|
};
|