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
+2 -2
View File
@@ -16,8 +16,8 @@ jobs:
- name: Install NPM v6 (latest installs all packages)
run: npm install -g npm@6
- name: Install ESLint
run: npm install -g eslint
- name: Install ESLint v8
run: npm install -g eslint@8
- name: Install ESLint Configs and Plugins
run: npm install eslint-config-amber eslint-plugin-json
+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": {