mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Why do they need to break things that work
This commit is contained in:
@@ -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
@@ -6,7 +6,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"test": "npm run lint",
|
||||
"lint": "eslint .",
|
||||
"lint": "eslint . --ext .js --ext .json",
|
||||
"start": "node Xiao.js"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user