module.exports = { tabWidth: 4, singleQuote: true, trailingComma: 'es5', printWidth: 140, overrides: [ { files: '.prettierrc', options: { parser: 'json' }, } ], };