standardnotes-app/packages/mobile/.prettierrc.js
2022-06-09 09:45:15 -05:00

11 lines
215 B
JavaScript

module.exports = {
arrowParens: 'avoid',
bracketSpacing: true,
jsxSingleQuote: false,
quoteProps: 'as-needed',
semi: false,
singleQuote: true,
tabWidth: 2,
printWidth: 120,
trailingComma: 'all',
}