fix package.json

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