mirror of
https://github.com/Codennnn/vue-color-avatar.git
synced 2024-12-22 12:02:38 +00:00
17 lines
322 B
JavaScript
17 lines
322 B
JavaScript
module.exports = {
|
|
arrowParens: 'always',
|
|
bracketSpacing: true,
|
|
jsxBracketSameLine: false,
|
|
jsxSingleQuote: false,
|
|
printWidth: 80,
|
|
quoteProps: 'as-needed',
|
|
rangeStart: 0,
|
|
rangeEnd: Infinity,
|
|
semi: false,
|
|
singleQuote: true,
|
|
tabWidth: 2,
|
|
trailingComma: 'es5',
|
|
useTabs: false,
|
|
endOfLine: 'auto',
|
|
}
|