mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
14 lines
308 B
JavaScript
14 lines
308 B
JavaScript
module.exports = {
|
|
printWidth: 120,
|
|
tabWidth: 4,
|
|
useTabs: false,
|
|
semi: true,
|
|
singleQuote: false,
|
|
quoteProps: "as-needed",
|
|
jsxSingleQuote: false,
|
|
trailingComma: "none",
|
|
bracketSpacing: false,
|
|
jsxBracketSameLine: false,
|
|
arrowParens: "always",
|
|
endOfLine: "lf"
|
|
};
|