UNPKG

139 BJavaScriptView Raw
1module.exports = {
2 useTabs: false,
3 tabWidth: 2,
4 trailingComma: "all",
5 singleQuote: false,
6 noSemi: false,
7 parser: "babylon",
8};