Skip to content

Commit 9206503

Browse files
Add Biome formatter for JSON files
- Add biome.json configuration for consistent JSON formatting - Reformat JSON files with Biome (2-space indentation) - CMakePresets.json - examples/CMakePresets.json - .jscpd.json - Add Biome format and lint checks to check.sh 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8aa3f05 commit 9206503

5 files changed

Lines changed: 786 additions & 899 deletions

File tree

.jscpd.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{
2-
"threshold": 17,
3-
"reporters": [
4-
"consoleFull"
5-
],
6-
"ignore": [
7-
"**/__snapshots__/**",
8-
"**/CMakePresets.json"
9-
],
10-
"absolute": true
2+
"threshold": 17,
3+
"reporters": ["consoleFull"],
4+
"ignore": ["**/__snapshots__/**", "**/CMakePresets.json"],
5+
"absolute": true
116
}

0 commit comments

Comments
 (0)