Merge pull request #20 from stevedylandev/fix/biome-setup
a0836689
fix: bump biome and update schema version to match
2 file(s) · +2 −2
fix: bump biome and update schema version to match
| 35 | 35 | "author": "Steve Simkins", |
|
| 36 | 36 | "license": "MIT", |
|
| 37 | 37 | "devDependencies": { |
|
| 38 | - | "@biomejs/biome": "2.1.1", |
|
| 38 | + | "@biomejs/biome": "2.2.4", |
|
| 39 | 39 | "@types/degit": "^2.8.6", |
|
| 40 | 40 | "@types/figlet": "^1.7.0", |
|
| 41 | 41 | "@types/fs-extra": "^11.0.4", |
| 35 | 35 | // Create biome.json in the root of the project |
|
| 36 | 36 | spinner.text = "Creating biome.json..."; |
|
| 37 | 37 | const biomeConfig = { |
|
| 38 | - | $schema: "https://biomejs.dev/schemas/1.7.3/schema.json", |
|
| 38 | + | $schema: "https://biomejs.dev/schemas/2.2.4/schema.json", |
|
| 39 | 39 | vcs: { |
|
| 40 | 40 | enabled: true, |
|
| 41 | 41 | clientKind: "git", |