1
0
mirror of https://github.com/fluencelabs/examples synced 2025-04-22 17:32:13 +00:00

9 lines
132 B
JavaScript
Raw Normal View History

2021-02-26 00:18:07 +03:00
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 120,
tabWidth: 4,
useTabs: false
};