salix-front/.prettierrc.js

8 lines
121 B
JavaScript
Raw Normal View History

2022-03-24 13:57:11 +00:00
module.exports = {
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',
};