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