mirror of
https://gitee.com/dromara/go-view.git
synced 2024-11-30 02:38:30 +08:00
12 lines
231 B
JavaScript
12 lines
231 B
JavaScript
module.exports = {
|
|
printWidth: 80,
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
singleQuote: true,
|
|
semi: false,
|
|
trailingComma: "es5",
|
|
bracketSpacing: true,
|
|
jsxSingleQuote: true,
|
|
jsxBracketSameLine: false,
|
|
arrowParens: "avoid"
|
|
} |