0
1
Fork 0
hedera-web-mindshore/.prettierrc.js

10 lines
180 B
JavaScript

module.exports = {
printWidth: 80,
tabWidth: 4,
useTabs: false,
singleQuote: true,
bracketSpacing: true,
arrowParens: 'avoid',
trailingComma: 'none'
};