mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 08:12:04 +02:00
Update to eslint 6
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- '12'
|
||||
install: npm i -g eslint@5 eslint-config-amber eslint-plugin-json
|
||||
install: npm i -g eslint && npm i eslint-config-amber eslint-plugin-json
|
||||
|
||||
+1
-1
@@ -50,7 +50,7 @@
|
||||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^5.16.0",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-config-amber": "^2.0.0",
|
||||
"eslint-plugin-json": "^2.0.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user