JS: Upgrades Biome

pull/649/head
Tpt 11 months ago committed by Thomas Tanon
parent 8d348b2a6f
commit 832a4ba27d
  1. 2
      js/biome.json
  2. 4
      js/package.json

@ -2,7 +2,7 @@
"$schema": "https://biomejs.dev/schemas/1.0.0/schema.json", "$schema": "https://biomejs.dev/schemas/1.0.0/schema.json",
"formatter": { "formatter": {
"indentStyle": "space", "indentStyle": "space",
"indentSize": 4, "indentWidth": 4,
"lineWidth": 100 "lineWidth": 100
}, },
"linter": { "linter": {

@ -3,9 +3,9 @@
"description": "Oxigraph JS build and tests", "description": "Oxigraph JS build and tests",
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.0.0",
"@rdfjs/data-model": "^2.0.1", "@rdfjs/data-model": "^2.0.1",
"mocha": "^10.0.0", "mocha": "^10.0.0"
"@biomejs/biome": "^1.0.0"
}, },
"scripts": { "scripts": {
"fmt": "biome format . --write && biome check . --apply-unsafe", "fmt": "biome format . --write && biome check . --apply-unsafe",

Loading…
Cancel
Save