ilink-world/.prettierrc.js

7 lines
153 B
JavaScript
Raw Normal View History

2023-03-12 23:38:33 +00:00
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
arrowParens: 'avoid',
};