Skip to content

Commit

Permalink
Merge pull request #289 from proto-graphql/izumin5210/drop-lint-stage…
Browse files Browse the repository at this point in the history
…d-and-husky

chore: drop lint-staged and husky
  • Loading branch information
izumin5210 authored Oct 8, 2023
2 parents 3e952b6 + 23289ee commit ef3b377
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 295 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"build": "turbo run build",
"format": "prettier --write '**/*.{mjs,js,jsx,mts,ts,tsx}'",
"lint": "turbo run lint",
"pre-commit": "lint-staged",
"prepare": "husky install",
"prepublishOnly": "pnpm run build",
"test": "turbo run test",
"test:e2e": "pnpm run test:e2e:gen && turbo run test:e2e",
Expand All @@ -25,9 +23,7 @@
"google-protobuf": "^3.12.2",
"graphql": "15.4.0",
"graphql-scalars": "1.20.1",
"husky": "^8.0.2",
"jest": "29.3.1",
"lint-staged": "^13.1.0",
"minimatch": "^5.1.2",
"nexus": "1.3.0",
"prettier": "^3.0.3",
Expand Down
Loading

0 comments on commit ef3b377

Please sign in to comment.