/** * @type {import("prettier").Options} */ const config = { tabWidth: 4, printWidth: 90, semi: true, endOfLine: "auto", trailingComma: "all", }; module.exports = config;