module.exports = { overrides: [ { files: ['*.js', '*.jsx', '*.ts', '*.tsx'], options: { singleQuote: true, }, }, ], printWidth: 100, };