module.exports = { semi: true, trailingComma: 'all', singleQuote: true, printWidth: 120, tabWidth: 4, jsxBracketSameLine: true, overrides: [ { files: '*.yml', options: { tabWidth: 2, }, }, { files: '*.yaml', options: { tabWidth: 2, }, }, ], };