mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-10 08:55:31 +08:00
10 lines
204 B
Java
10 lines
204 B
Java
module.exports = {
|
|
printWidth: 200,
|
|
singleQuote: true,
|
|
bracketSpacing: true,
|
|
proseWrap: 'preserve',
|
|
semi: false,
|
|
jsxSingleQuote: false,
|
|
jsxBracketSameLine: true,
|
|
quoteProps: 'preserve',
|
|
}
|