bms-repository/.prettierrc.js
pfych 0029086b3f
Some checks failed
Build & Lint / build-lint (push) Failing after 2m10s
Deploy / setup (push) Failing after 1m3s
Init
2024-10-12 14:08:09 +11:00

9 lines
139 B
JavaScript

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