mirror of
https://github.com/journey-ad/Bitmagnet-Next-Web
synced 2024-11-22 19:20:32 +00:00
12 lines
203 B
JavaScript
12 lines
203 B
JavaScript
|
module.exports = {
|
||
|
printWidth: 80,
|
||
|
tabWidth: 2,
|
||
|
useTabs: false,
|
||
|
semi: true,
|
||
|
singleQuote: false,
|
||
|
trailingComma: 'all',
|
||
|
bracketSpacing: true,
|
||
|
arrowParens: 'always',
|
||
|
endOfLine: 'auto',
|
||
|
};
|