euberdeveloper/byteify

View on GitHub
.prettierrc.cjs

Summary

Maintainability
Test Coverage
module.exports = {
    tabWidth: 4,
    singleQuote: true,
    quoteProps: 'consistent',
    trailingComma: 'none',
    arrowParens: 'avoid',
    printWidth: 120,
    endOfLine: 'auto'
};