psina-avatar-frontend/.prettierrc.js

8 lines
117 B
JavaScript
Raw Normal View History

2022-02-22 18:56:54 +03:00
module.exports = {
trailingComma: 'es5',
tabWidth: 2,
semi: false,
singleQuote: true,
2022-02-22 19:12:06 +03:00
endOfLine: 'auto',
2022-02-22 18:56:54 +03:00
}