Skip to content

Commit

Permalink
Add eslintignore and remove eslint from precommit hook (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
damianstasik authored Sep 20, 2023
1 parent 7144a70 commit 2a616af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
opentofu-repo
build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"lint-staged": "^14.0.1"
},
"lint-staged": {
"**/*": ["prettier --write --ignore-unknown", "npm run lint"]
"**/*": "prettier --write --ignore-unknown"
}
}

0 comments on commit 2a616af

Please sign in to comment.