Skip to content

Commit

Permalink
🧹 Make lint-staged more explicit (LayerZero-Labs#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Mar 11, 2024
1 parent 4429472 commit 1cb49e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
.turbo
dist
node_modules
*.exp
*.md
*.sol
*.toml
*.yaml
Dockerfile
Makefile
*.bats
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"test:user": "docker compose -f docker-compose.registry.yaml run --build --rm $DOCKER_COMPOSE_ARGS tests"
},
"lint-staged": {
"**/*": [
"**/*.{js,ts,tsx,json}": [
"pnpm prettier --write --ignore-unknown",
"pnpm eslint --fix"
]
Expand Down

0 comments on commit 1cb49e6

Please sign in to comment.