mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-04-30 22:29:01 +08:00
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
module.exports = {
|
|
printWidth: 120,
|
|
singleQuote: true,
|
|
semi: false,
|
|
endOfLine: 'lf',
|
|
}
|