diff --git a/.eslintignore b/.eslintignore index 1547e83f9..44de66f72 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,11 +1,3 @@ .turbo dist node_modules -*.exp -*.md -*.sol -*.toml -*.yaml -Dockerfile -Makefile -*.bats diff --git a/package.json b/package.json index 2545f0d72..fc2ef2cc2 100644 --- a/package.json +++ b/package.json @@ -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" ]