File tree Expand file tree Collapse file tree 3 files changed +34
-25
lines changed Expand file tree Collapse file tree 3 files changed +34
-25
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "arrowParens": "avoid",
3+ "semi": false,
4+ "singleQuote": false,
5+ "useTabs": false,
6+ "tabWidth": 2,
7+ "overrides": [
8+ {
9+ "files": "*.svg",
10+ "options": { "parser": "html" }
11+ },
12+ {
13+ "files": "*.mdx",
14+ "options": {
15+ "proseWrap": "always",
16+ "semi": false,
17+ "trailingComma": "none"
18+ }
19+ }
20+ ],
21+ "plugins": ["prettier-plugin-pkg"]
22+ }
Original file line number Diff line number Diff line change 1+ {
2+ "eslint.format.enable" : true ,
3+ "editor.formatOnSave" : true ,
4+ "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
5+ "yaml.schemas" : {
6+ "https://json.schemastore.org/github-workflow.json" : " .github/workflows/**/*.yml"
7+ },
8+ "typescript.tsdk" : " node_modules/typescript/lib" ,
9+ "[typescript]" : {
10+ "editor.defaultFormatter" : " esbenp.prettier-vscode"
11+ }
12+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments