diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..d3d5a2e --- /dev/null +++ b/.eslintignore @@ -0,0 +1,2 @@ +opentofu-repo +build diff --git a/package.json b/package.json index 9e04e45..bcc9ee0 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" } }