zy-asrs-flow/.prettierrc.js
@@ -1,21 +1,21 @@ module.exports = { singleQuote: true, trailingComma: 'all', printWidth: 100, proseWrap: 'never', endOfLine: 'lf', overrides: [ { files: '.prettierrc', options: { parser: 'json', }, }, { files: 'document.ejs', options: { parser: 'html', }, }, ], }; module.exports = { singleQuote: true, trailingComma: 'all', printWidth: 100, proseWrap: 'never', endOfLine: 'lf', overrides: [ { files: '.prettierrc', options: { parser: 'json', }, }, { files: 'document.ejs', options: { parser: 'html', }, }, ], };