Skip to content

Commit

Permalink
chore: bump and fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed May 27, 2024
1 parent c89b587 commit 07a0d8a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 21 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm exec lint-staged
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@
"changeset": "changeset",
"lint": "eslint .",
"release": "changeset publish",
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@antfu/eslint-config": "^2.19.0",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@eslint/compat": "^1.0.1",
"@eslint/eslintrc": "^3.1.0",
"@type-config/strict": "^1.2.1",
"@types/rollup-plugin-auto-external": "^2.0.2",
"concurrently": "^8.0.0",
Expand All @@ -30,7 +32,7 @@
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"git-cz": "^4.9.0",
"husky": "^9.0.0",
"husky": "^9.0.11",
"lint-staged": "^15.0.0",
"prosemirror-keymap": "^1.2.1",
"prosemirror-model": "^1.19.0",
Expand All @@ -40,10 +42,6 @@
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
"devDependencies": {
"@eslint/compat": "^1.0.1",
"@eslint/eslintrc": "^3.1.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
23 changes: 11 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07a0d8a

Please sign in to comment.