mirror of
https://github.com/wishthis/wishthis.git
synced 2026-04-20 06:29:05 -04:00
10 lines
167 B
JavaScript
10 lines
167 B
JavaScript
module.exports = {
|
|
printWidth: 100,
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
singleQuote: true,
|
|
trailingComma: "es5",
|
|
parser: "babylon",
|
|
jsxBracketSameLine: true
|
|
};
|