mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-04 13:42:27 +08:00
10 lines
158 B
JavaScript
10 lines
158 B
JavaScript
module.exports = {
|
|
useTabs: false,
|
|
tabWidth: 2,
|
|
printWidth: 100,
|
|
singleQuote: true,
|
|
trailingComma: 'none',
|
|
bracketSpacing: true,
|
|
semi: false
|
|
};
|