salix-front/.prettierrc.js

8 lines
119 B
JavaScript
Raw Normal View History

2025-01-22 09:57:59 +00:00
export default {
2022-03-24 13:57:11 +00:00
singleQuote: true,
2023-01-26 13:56:17 +00:00
printWidth: 90,
2022-03-24 13:57:11 +00:00
tabWidth: 4,
semi: true,
endOfLine: 'auto',
};