Bitmagnet-Next-Web/.prettierrc.js
journey-ad 0e70242792 🎨 Lint code
2024-06-19 16:27:45 +08:00

12 lines
203 B
JavaScript

module.exports = {
printWidth: 80,
tabWidth: 2,
useTabs: false,
semi: true,
singleQuote: false,
trailingComma: 'all',
bracketSpacing: true,
arrowParens: 'always',
endOfLine: 'auto',
};