Skip to content

Commit

Permalink
Merge branch 'main' into changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
nexxeln authored Sep 20, 2022
2 parents 5a687df + 1355af5 commit c3b6af7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 659 deletions.
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

12 changes: 0 additions & 12 deletions .lintstagedrc

This file was deleted.

21 changes: 0 additions & 21 deletions commitlint.config.cjs

This file was deleted.

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"format": "prettier --write --plugin-search-dir=. \"**/*.{ts,tsx,md,mdx,json,js,mjs,cjs,astro}\" --ignore-path .gitignore",
"format:check": "prettier --check --plugin-search-dir=. \"**/*.{ts,tsx,md,mdx,json,js,mjs,cjs,astro}\" --ignore-path .gitignore",
"check": "pnpm lint && pnpm format:check && pnpm typecheck",
"prepare": "husky install",
"release": "changeset version",
"pub:beta": "cd cli && pnpm pub:beta",
"pub:next": "cd cli && pnpm pub:next",
Expand All @@ -48,8 +47,6 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.3",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
Expand All @@ -62,8 +59,6 @@
"eslint-plugin-react": "^7.31.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "40.1.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.5.3",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit c3b6af7

Please sign in to comment.