This commit is contained in:
Nikola Jokic
2025-04-16 14:25:04 +02:00
parent 928f63d88a
commit 1c2ae5d20a
3 changed files with 12 additions and 17 deletions

View File

@@ -8,7 +8,8 @@
"build": "tsc && npx ncc build",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts"
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix"
},
"author": "",
"license": "MIT",