module.exports = { printWidth: 100, singleQuote: true // Don't set these at the global level, // semi: false, -- breaks TypeScript // arrowParens: "always" };