const config = { overrides: [ { files: "*.md", options: { parser: "markdown" } } ], trailingComma: "none" }; export default config;