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",
"formatter": {
"indentStyle": "space",
"indentSize": 4,
"indentWidth": 4,
"lineWidth": 100
},
"linter": {

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

Loading…
Cancel
Save