Why do they need to break things that work

This commit is contained in:
Dragon Fire
2024-04-06 16:22:55 -04:00
parent 64e8677854
commit 1580de3191
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"private": true,
"scripts": {
"test": "npm run lint",
"lint": "eslint .",
"lint": "eslint . --ext .js --ext .json",
"start": "node Xiao.js"
},
"repository": {