mirror of
https://github.com/p-stream/docs.git
synced 2026-01-11 20:10:34 +00:00
8 lines
206 B
JavaScript
8 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',
|
|
},
|
|
};
|