{ "singleQuote": true, "arrowParens": "avoid", "semi": false, "tabWidth": 2, "useTabs": false, "trailingComma": "none", "printWidth": 100, "overrides": [ { "files": "*.json", "options": { "parser": "json" } }, { "files": "*.md", "options": { "parser": "markdown" } } ] }