mirror of
https://github.com/AtHeartEngineering/lodestar.git
synced 2026-01-09 01:28:11 -05:00
12 lines
211 B
JavaScript
12 lines
211 B
JavaScript
module.exports = {
|
|
printWidth: 120,
|
|
tabWidth: 2,
|
|
useTabs: false,
|
|
semi: true,
|
|
singleQuote: false,
|
|
quoteProps: "as-needed",
|
|
trailingComma: "es5",
|
|
bracketSpacing: false,
|
|
arrowParens: "always",
|
|
};
|