mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-02 10:57:24 +08:00
8 lines
142 B
JavaScript
8 lines
142 B
JavaScript
module.exports = {
|
|
bracketSpacing: true,
|
|
jsxBracketSameLine: true,
|
|
singleQuote: true,
|
|
arrowParens: 'avoid',
|
|
trailingComma: 'all'
|
|
};
|