1
0
mirror of https://github.com/fluencelabs/examples synced 2025-05-01 05:32:18 +00:00
examples/fluence-js-examples/hello-world/.prettierrc.js

9 lines
145 B
JavaScript
Raw Permalink Normal View History

module.exports = {
semi: true,
trailingComma: 'all',
singleQuote: true,
printWidth: 120,
tabWidth: 4,
useTabs: false,
};