module.exports = { printWidth: 90, useTabs: false, tabWidth: 4, singleQuote: true, trailingComma: 'es5', bracketSpacing: true, semi: true, overrides: [ { files: '*.md', options: { tabWidth: 2, }, }, ], };