UNPKG

@mskcc/prettier-config

Version:

Prettier config for MSKCC projects

19 lines (17 loc) 267 B
'use strict' module.exports = { printWidth: 80, semi: false, singleQuote: true, jsxSingleQuote: true, tabWidth: 2, trailingComma: 'es5', overrides: [ { files: ['*.html'], options: { bracketSameLine: true, }, }, ], }