Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Aug 29, 2024
1 parent b9b0721 commit 2b16c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"build:code": "tsc -p tsconfig.types.json && node scripts/bundle.js",
"build:clean": "rm -rf lib",
"prepublishOnly": "npm run build",
"lint": "lint update && lint",
"lint:fix": "lint update && lint fix",
"lint": "lint",
"lint:fix": "lint fix",
"pre-commit": "lint update && lint-staged",
"prepare": "husky",
"typecheck": "tsc --noEmit"
Expand Down

0 comments on commit 2b16c9c

Please sign in to comment.