diff --git a/.husky/.gitignore b/.husky/.gitignore deleted file mode 100644 index 31354ec13..000000000 --- a/.husky/.gitignore +++ /dev/null @@ -1 +0,0 @@ -_ diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index d2ae35e84..000000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -yarn lint-staged diff --git a/package.json b/package.json index f5082a7d8..16fcd4d66 100644 --- a/package.json +++ b/package.json @@ -10,17 +10,8 @@ "cypress:run": "TZ=America/Los_Angeles cypress run", "cypress:open": "TZ=America/Los_Angeles cypress open", "plugin-helpers": "node ../../scripts/plugin_helpers", - "prepare": "husky install", - "lint:es": "node ../../scripts/eslint", - "lint": "yarn lint:es", "cypress:parallel": "cypress-parallel -s cypress:run -t 2 -d .cypress/integration" }, - "lint-staged": { - "*.{ts,tsx,js,jsx}": [ - "yarn lint --fix", - "git add" - ] - }, "dependencies": { "@algolia/autocomplete-core": "^1.4.1", "@algolia/autocomplete-theme-classic": "^1.2.1", @@ -76,10 +67,5 @@ "tough-cookie": "^4.1.3", "semver": "^7.5.2", "@cypress/request": "^3.0.0" - }, - "eslintIgnore": [ - "common/query_manager/antlr/output/*", - "node_modules/*", - "target/*" - ] -} \ No newline at end of file + } +}