diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000..d3d5a2e2 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,2 @@ +opentofu-repo +build diff --git a/package.json b/package.json index 9e04e455..bcc9ee0c 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,6 @@ "lint-staged": "^14.0.1" }, "lint-staged": { - "**/*": ["prettier --write --ignore-unknown", "npm run lint"] + "**/*": "prettier --write --ignore-unknown" } }