mirror of
https://github.com/fluencelabs/fluence-network-environment
synced 2024-12-04 16:20:17 +00:00
9 lines
132 B
JavaScript
9 lines
132 B
JavaScript
|
module.exports = {
|
||
|
semi: true,
|
||
|
trailingComma: "all",
|
||
|
singleQuote: true,
|
||
|
printWidth: 120,
|
||
|
tabWidth: 4,
|
||
|
useTabs: false
|
||
|
};
|