/** @type {import("prettier").Config} */ const config = { tabWidth: 2, semi: true, singleQuote: true, }; export default config;