mirror of
https://github.com/tornadocash/provider.git
synced 2024-11-22 09:46:52 +01:00
8 lines
145 B
JavaScript
8 lines
145 B
JavaScript
module.exports = {
|
|
semi: false,
|
|
trailingComma: 'all',
|
|
singleQuote: true,
|
|
jsxSingleQuote: true,
|
|
printWidth: 120,
|
|
tabWidth: 2,
|
|
}; |