mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-24 06:15:06 +08:00
9 lines
154 B
Java
9 lines
154 B
Java
|
module.exports = {
|
||
|
semi: false,
|
||
|
singleQuote: true,
|
||
|
bracketSpacing: true,
|
||
|
printWidth: 200,
|
||
|
quoteProps: 'preserve',
|
||
|
jsxBracketSameLine: true,
|
||
|
}
|