mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-03-21 17:24:37 -05:00
Switch to NPM and update packages
This commit is contained in:
parent
8dab2a7f60
commit
6da1454c05
20718
package-lock.json
generated
Normal file
20718
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
|
|
@ -25,8 +25,8 @@
|
|||
"delay": "^4.4.0",
|
||||
"dotenv": "^8.2.0",
|
||||
"ecstatic": "^4.1.4",
|
||||
"eslint": "^7.6.0",
|
||||
"eslint-plugin-vue": "^6.2.2",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-vue": "^9.30.0",
|
||||
"he": "^1.1.1",
|
||||
"json-stable-stringify": "^1.0.1",
|
||||
"jsonpath": "^1.0.0",
|
||||
|
|
@ -67,7 +67,8 @@
|
|||
"eslint:recommended"
|
||||
],
|
||||
"rules": {
|
||||
"no-prototype-builtins": 0
|
||||
"no-prototype-builtins": 0,
|
||||
"@vue/multi-word-component-names": 0
|
||||
},
|
||||
"parserOptions": {
|
||||
"parser": "babel-eslint"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user