mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
8 lines
144 B
JavaScript
8 lines
144 B
JavaScript
module.exports = {
|
|
bracketSpacing: true,
|
|
jsxBracketSameLine: true,
|
|
singleQuote: false,
|
|
arrowParens: 'avoid',
|
|
trailingComma: 'none'
|
|
};
|