fix: lint

This commit is contained in:
2024-07-19 17:21:46 +02:00
parent 16c66c6fec
commit f1764732c3
4 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
"lineWidth": 120
},
"tasks": {
"lint": "npx eslint -c .eslint/eslint.config.mjs .",
"lint": "deno lint && npx eslint -c .eslint/eslint.config.mjs .",
"test": "export ENVIRONMENT=testing && deno test --allow-all --unstable-ffi"
}
}