mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 19:28:14 +08:00
9 lines
135 B
JavaScript
9 lines
135 B
JavaScript
|
module.exports = {
|
||
|
semi: false,
|
||
|
trailingComma: 'all',
|
||
|
singleQuote: true,
|
||
|
printWidth: 80,
|
||
|
tabWidth: 2,
|
||
|
endOfLine: 'auto',
|
||
|
}
|