🪛 Fix lint CI.
Some checks failed
CI / Lint (push) Failing after 15s

This commit is contained in:
2025-12-10 21:42:20 +01:00
parent 4c2b3141d7
commit 909c9d99d5
2 changed files with 7 additions and 6 deletions

View File

@@ -16,6 +16,6 @@ jobs:
uses: actions/setup-node@v6
with:
node-version: latest
cache: 'pnpm'
cache: "pnpm"
- run: pnpm prettier . --check
- run: pnpm eslint .

View File

@@ -7,6 +7,7 @@
"build": "rbxtsc",
"watch": "rbxtsc -w",
"lint": "eslint",
"prettier": "prettier",
"production": "darklua minify out out"
},
"keywords": [],