Skip to content

Commit

Permalink
use vscode json formatter for now
Browse files Browse the repository at this point in the history
  • Loading branch information
arzafran committed Oct 15, 2024
1 parent 7cfbcf7 commit 674cc17
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"*.css": "css"
},
"css.lint.validProperties": ["composes", "user-drag"],
"css.lint.unknownAtRules": "ignore"
"css.lint.unknownAtRules": "ignore",
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
}
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,12 @@
"storybook": "^8.3.5",
"typescript": "^5.6.3"
},
"trustedDependencies": ["@biomejs/biome", "lefthook", "sharp"],
"trustedDependencies": [
"@biomejs/biome",
"lefthook",
"sharp"
],
"overrides": {
"scheduler": "0.23.2"
}
}
}

0 comments on commit 674cc17

Please sign in to comment.