mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-04-25 07:57:18 +08:00
8 lines
132 B
JavaScript
8 lines
132 B
JavaScript
module.exports = {
|
|
// bracketSpacing: true,
|
|
singleQuote: true,
|
|
semi: false,
|
|
arrowParens: 'avoid',
|
|
trailingComma: 'none'
|
|
}
|