diff --git a/package.json b/package.json index f607b33..44c4ef3 100644 --- a/package.json +++ b/package.json @@ -42,13 +42,5 @@ "standard-version": "^8.0.0", "typescript": "~3.5.3", "vue-template-compiler": "^2.6.10" - }, - "gitHooks": { - "pre-commit": "lint-staged" - }, - "lint-staged": { - "**/*.{ts,js,vue}": [ - "vue-cli-service lint" - ] } }