flaschengeist-frontend/.prettierrc.js

6 lines
75 B
JavaScript

module.exports = {
singleQuote: true,
semi: true,
printWidth: 100
};