mirror of
https://github.com/opentofu/opentofu.org.git
synced 2026-01-11 19:56:26 +00:00
Add eslintignore and remove eslint from precommit hook (#168)
This commit is contained in:
parent
7144a70221
commit
2a616af4e8
2 changed files with 3 additions and 1 deletions
2
.eslintignore
Normal file
2
.eslintignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
opentofu-repo
|
||||
build
|
||||
|
|
@ -59,6 +59,6 @@
|
|||
"lint-staged": "^14.0.1"
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*": ["prettier --write --ignore-unknown", "npm run lint"]
|
||||
"**/*": "prettier --write --ignore-unknown"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue