.prettierrc.js 191 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 module.exports = { tabWidth: 2, semi: true, printWidth: 140, singleQuote: true, quoteProps: 'consistent', htmlWhitespaceSensitivity: 'strict', vueIndentScriptAndStyle: true, };