Fix linter

This commit is contained in:
Sander Declerck 2025-08-05 13:39:09 +02:00
parent 7dd93d490e
commit 24a9cd94e5
No known key found for this signature in database

View file

@ -4,7 +4,7 @@
"scripts": { "scripts": {
"test": "node --test --experimental-test-module-mocks src/**/*.spec.js", "test": "node --test --experimental-test-module-mocks src/**/*.spec.js",
"test:watch": "node --test --watch --experimental-test-module-mocks src/**/*.spec.js", "test:watch": "node --test --watch --experimental-test-module-mocks src/**/*.spec.js",
"lint": "eslint ." "lint": "eslint src"
}, },
"repository": { "repository": {
"type": "git", "type": "git",