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

10 lines
180 B
JavaScript
Raw Normal View History

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