bsky-app/.prettierrc.js

8 lines
141 B
JavaScript
Raw Normal View History

2022-06-08 00:50:05 +02:00
module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: false,
singleQuote: true,
trailingComma: 'all',
};