salix-front/.prettierrc.js

7 lines
106 B
JavaScript

module.exports = {
singleQuote: true,
printWidth: 120,
tabWidth: 4,
endOfLine: 'auto',
};