vidcraft / .prettierrc.js
tsi-org's picture
Upload 89 files
19e25f3
raw
history blame contribute delete
121 Bytes
module.exports = {
arrowParens: 'always',
singleQuote: true,
jsxSingleQuote: true,
tabWidth: 2,
semi: true,
};