run ok
Showing
with
193 additions
and
1748 deletions
... | ... | @@ -17,14 +17,14 @@ |
"element-ui": "^2.15.7", | ||
"lodash": "^4.17.21", | ||
"moment": "^2.29.1", | ||
"register-service-worker": "^1.7.2", | ||
"uniplat-sdk": "^0.1.320-private", | ||
"vue": "^2.6.14", | ||
"vue-class-component": "^7.2.3", | ||
"vue-property-decorator": "^9.1.2", | ||
"vue-router": "^3.5.1", | ||
"vuex": "^3.6.2", | ||
"vuex-class": "^0.3.2" | ||
"vuex-class": "^0.3.2", | ||
"xchat-client": "^2.2.4" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "^4.14.178", | ||
... | ... | @@ -32,7 +32,6 @@ |
"@typescript-eslint/parser": "^5.4.0", | ||
"@vue/cli-plugin-babel": "~5.0.0", | ||
"@vue/cli-plugin-eslint": "~5.0.0", | ||
"@vue/cli-plugin-pwa": "~5.0.0", | ||
"@vue/cli-plugin-router": "~5.0.0", | ||
"@vue/cli-plugin-typescript": "~5.0.0", | ||
"@vue/cli-plugin-vuex": "~5.0.0", | ||
... | ... | @@ -76,6 +75,12 @@ |
"space-before-function-paren": "off", | ||
"@typescript-eslint/no-explicit-any": "off", | ||
"@typescript-eslint/camelcase": "off", | ||
"prefer-promise-reject-errors": [ | ||
"error", | ||
{ | ||
"allowEmptyReject": true | ||
} | ||
], | ||
"no-useless-constructor": "off", | ||
"@typescript-eslint/no-namespace": "off", | ||
"camelcase": [ | ||
... | ... |
src/registerServiceWorker.ts
deleted
100644 → 0
Please
register
or
sign in
to comment