Skip to content

Commit e10fb9e

Browse files
author
lucasgdb
committed
chore: add scripts and ran commands
1 parent b5ebfc9 commit e10fb9e

File tree

6 files changed

+7
-917
lines changed

6 files changed

+7
-917
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"enabled": true,
1414
"indentWidth": 2,
1515
"indentStyle": "space",
16-
"lineWidth": 120
16+
"lineWidth": 120,
17+
"formatWithErrors": true
1718
},
1819
"files": {
1920
"ignore": ["dist/**/*"]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"scripts": {
88
"build": "webpack && tsc",
99
"test": "vitest run",
10+
"check": "biome check --write .",
11+
"lint": "biome lint --write .",
1012
"format": "biome format --write ."
1113
},
1214
"devDependencies": {
1315
"@biomejs/biome": "1.8.3",
1416
"@swc/core": "^1.7.2",
1517
"@types/node": "^20.14.12",
16-
"@typescript-eslint/eslint-plugin": "^5.62.0",
17-
"@typescript-eslint/parser": "^5.62.0",
1818
"core-js": "^3.37.1",
1919
"swc-loader": "^0.2.6",
2020
"typescript": "^5.5.4",

0 commit comments

Comments
 (0)