Skip to content

Commit

Permalink
fix: sync lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabb-c committed Jan 27, 2023
1 parent d42ee5e commit 15e03d9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"src/**/*.{js,ts,tsx}": ["eslint src --ext js,ts --fix"],
"src/**/*.{js,ts,tsx}": ["pnpm lint:fix", "pnpm lint:tsc"],
"**/*.{md,mdx,json}": ["prettier '**/*.{md,mdx,json}' --write"]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"build": "tsup --config tsup.config.ts",
"lint": "eslint src --ext js,ts",
"lint:fix": "eslint src --ext js,ts --fix",
"lint:tsc": "tsc --diagnostics",
"prepare": "is-ci || husky install",
"prepublishOnly": "pnpm build",
"sort": "sort-package-json package.json",
Expand Down
16 changes: 8 additions & 8 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 15e03d9

Please sign in to comment.