Skip to content

Commit

Permalink
build: remove git hooks (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3m01 authored Jan 23, 2024
1 parent 31fa038 commit 21285d1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 344 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,12 @@ Kobalte follows the [conventional commits](https://www.conventionalcommits.org/e
We use [jest](https://jestjs.io/) for unit tests and [@solidjs/testing-library](https://github.com/solidjs/@solidjs/testing-library) for rendering and writing assertions. Please make sure you include tests with your pull requests. Our CI will run the tests on PRs, you can see on each PR whether you have passed all our checks.

- To run tests locally - `pnpm test`.

### Pull Request

Before opening a pull request be sure to test and run the following checks:

- Format - `pnpm format`
- Check lint - `pnpm check`

To apply automatic lints run `pnpm lint`
13 changes: 0 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,9 @@
"format": "biome format . --write && prettier . --write",
"lint": "pnpm check --apply",
"check": "biome check .",
"prepare": "husky install",
"test": "turbo run test",
"typecheck": "turbo run typecheck"
},
"lint-staged": {
"*.{md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --write"
],
"package.json": "npx sort-package-json"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
Expand All @@ -62,17 +52,14 @@
"@types/testing-library__jest-dom": "6.0.0",
"babel-preset-solid": "1.7.7",
"commitizen": "4.3.0",
"husky": "8.0.3",
"inquirer": "8.2.5",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"lint-staged": "14.0.1",
"prettier": "4.0.0-alpha.8",
"prettier-plugin-tailwindcss": "0.5.3",
"rollup": "3.28.1",
"rollup-preset-solid": "2.0.1",
"solid-js": "1.7.11",
"sort-package-json": "2.5.1",
"ts-jest": "28.0.8",
"tsup": "7.2.0",
"turbo": "1.10.13",
Expand Down
Loading

0 comments on commit 21285d1

Please sign in to comment.