gradido/backend/.prettierrc.js
Claus-Peter Hübner b57611ab28 lint eof auto
2022-05-05 16:20:04 +02:00

10 lines
161 B
JavaScript

module.exports = {
semi: false,
printWidth: 100,
singleQuote: true,
trailingComma: "all",
tabWidth: 2,
bracketSpacing: true,
endOfLine: "auto",
};