0
0
Fork 0
salix-front-mindshore-fork2/.prettierrc.js

8 lines
119 B
JavaScript

export default {
singleQuote: true,
printWidth: 90,
tabWidth: 4,
semi: true,
endOfLine: 'auto',
};