Skip to content

Commit 01bae54

Browse files
committed
yarn lint
1 parent ca412e8 commit 01bae54

3 files changed

Lines changed: 98 additions & 1 deletion

File tree

backend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"start:dev": "nest start --watch --preserveWatchOutput",
2222
"start:debug": "nest start --debug --watch",
2323
"start:prod": "node dist/main",
24-
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
2524
"test": "ava test/ava-tests/non-saas-tests/* --serial",
2625
"test-all": "ava --timeout=5m",
2726
"test-saas": "ava test/ava-tests/saas-tests/* ",

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,11 @@
1313
"resolutions": {
1414
"cipher-base": "1.0.7",
1515
"tar-fs": "1.16.6"
16+
},
17+
"scripts": {
18+
"lint": "biome lint"
19+
},
20+
"devDependencies": {
21+
"@biomejs/biome": "2.3.8"
1622
}
1723
}

yarn.lock

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1366,6 +1366,97 @@ __metadata:
13661366
languageName: node
13671367
linkType: hard
13681368

1369+
"@biomejs/biome@npm:2.3.8":
1370+
version: 2.3.8
1371+
resolution: "@biomejs/biome@npm:2.3.8"
1372+
dependencies:
1373+
"@biomejs/cli-darwin-arm64": 2.3.8
1374+
"@biomejs/cli-darwin-x64": 2.3.8
1375+
"@biomejs/cli-linux-arm64": 2.3.8
1376+
"@biomejs/cli-linux-arm64-musl": 2.3.8
1377+
"@biomejs/cli-linux-x64": 2.3.8
1378+
"@biomejs/cli-linux-x64-musl": 2.3.8
1379+
"@biomejs/cli-win32-arm64": 2.3.8
1380+
"@biomejs/cli-win32-x64": 2.3.8
1381+
dependenciesMeta:
1382+
"@biomejs/cli-darwin-arm64":
1383+
optional: true
1384+
"@biomejs/cli-darwin-x64":
1385+
optional: true
1386+
"@biomejs/cli-linux-arm64":
1387+
optional: true
1388+
"@biomejs/cli-linux-arm64-musl":
1389+
optional: true
1390+
"@biomejs/cli-linux-x64":
1391+
optional: true
1392+
"@biomejs/cli-linux-x64-musl":
1393+
optional: true
1394+
"@biomejs/cli-win32-arm64":
1395+
optional: true
1396+
"@biomejs/cli-win32-x64":
1397+
optional: true
1398+
bin:
1399+
biome: bin/biome
1400+
checksum: a6fc82184279eda9d04012d6c0b307baf8910753854c497f0f8b7ff2d385b1ae74ea5e4e0c534b2bae123e8dd965c21f8c60b513cb46877aa1023a971009ecb6
1401+
languageName: node
1402+
linkType: hard
1403+
1404+
"@biomejs/cli-darwin-arm64@npm:2.3.8":
1405+
version: 2.3.8
1406+
resolution: "@biomejs/cli-darwin-arm64@npm:2.3.8"
1407+
conditions: os=darwin & cpu=arm64
1408+
languageName: node
1409+
linkType: hard
1410+
1411+
"@biomejs/cli-darwin-x64@npm:2.3.8":
1412+
version: 2.3.8
1413+
resolution: "@biomejs/cli-darwin-x64@npm:2.3.8"
1414+
conditions: os=darwin & cpu=x64
1415+
languageName: node
1416+
linkType: hard
1417+
1418+
"@biomejs/cli-linux-arm64-musl@npm:2.3.8":
1419+
version: 2.3.8
1420+
resolution: "@biomejs/cli-linux-arm64-musl@npm:2.3.8"
1421+
conditions: os=linux & cpu=arm64 & libc=musl
1422+
languageName: node
1423+
linkType: hard
1424+
1425+
"@biomejs/cli-linux-arm64@npm:2.3.8":
1426+
version: 2.3.8
1427+
resolution: "@biomejs/cli-linux-arm64@npm:2.3.8"
1428+
conditions: os=linux & cpu=arm64 & libc=glibc
1429+
languageName: node
1430+
linkType: hard
1431+
1432+
"@biomejs/cli-linux-x64-musl@npm:2.3.8":
1433+
version: 2.3.8
1434+
resolution: "@biomejs/cli-linux-x64-musl@npm:2.3.8"
1435+
conditions: os=linux & cpu=x64 & libc=musl
1436+
languageName: node
1437+
linkType: hard
1438+
1439+
"@biomejs/cli-linux-x64@npm:2.3.8":
1440+
version: 2.3.8
1441+
resolution: "@biomejs/cli-linux-x64@npm:2.3.8"
1442+
conditions: os=linux & cpu=x64 & libc=glibc
1443+
languageName: node
1444+
linkType: hard
1445+
1446+
"@biomejs/cli-win32-arm64@npm:2.3.8":
1447+
version: 2.3.8
1448+
resolution: "@biomejs/cli-win32-arm64@npm:2.3.8"
1449+
conditions: os=win32 & cpu=arm64
1450+
languageName: node
1451+
linkType: hard
1452+
1453+
"@biomejs/cli-win32-x64@npm:2.3.8":
1454+
version: 2.3.8
1455+
resolution: "@biomejs/cli-win32-x64@npm:2.3.8"
1456+
conditions: os=win32 & cpu=x64
1457+
languageName: node
1458+
linkType: hard
1459+
13691460
"@borewit/text-codec@npm:^0.1.0":
13701461
version: 0.1.1
13711462
resolution: "@borewit/text-codec@npm:0.1.1"
@@ -12792,6 +12883,7 @@ __metadata:
1279212883
version: 0.0.0-use.local
1279312884
resolution: "root@workspace:."
1279412885
dependencies:
12886+
"@biomejs/biome": 2.3.8
1279512887
monaco-editor: ^0.53.0
1279612888
languageName: unknown
1279712889
linkType: soft

0 commit comments

Comments
 (0)