module.exports = { tabWidth: 4, semi: true, // Trailing semicolons trailingComma: "all", singleQuote: false, quoteProps: "as-needed", bracketSpacing: true, printWidth: 100, // Line width (this fit my 1440p screen at a half-screen window) arrowParens: "always", };