mirror of
https://github.com/fluencelabs/fluence-network-environment
synced 2024-12-01 07:00:18 +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
|
|
};
|