mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-10 08:08:39 -05: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
|
|
};
|