mirror of
https://github.com/fluencelabs/fluence-nodejs-template
synced 2024-12-03 21:50:25 +00:00
9 lines
145 B
JavaScript
9 lines
145 B
JavaScript
module.exports = {
|
|
semi: true,
|
|
trailingComma: 'all',
|
|
singleQuote: true,
|
|
printWidth: 120,
|
|
tabWidth: 4,
|
|
useTabs: false,
|
|
};
|