Update package.json

This commit is contained in:
Aylur
2023-08-20 18:08:19 +02:00
committed by GitHub
parent 21b83c39fc
commit 030cc51525
+1 -1
View File
@@ -17,6 +17,6 @@
"eslint": "^8.42.0"
},
"scripts": {
"test": "tsc --strict --noEmit && eslint ."
"test": "eslint ."
}
}