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