Skip to content

Commit

Permalink
feat: update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kutsan committed Oct 2, 2024
1 parent 84c2ae1 commit ae2fa45
Show file tree
Hide file tree
Showing 7 changed files with 1,764 additions and 31 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

5 changes: 1 addition & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit ""
pnpm dlx commitlint --edit "$1"
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged
pnpm dlx lint-staged
5 changes: 0 additions & 5 deletions .prettierrc.json

This file was deleted.

26 changes: 9 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,19 @@
"name": "@kutsan/dotfiles",
"version": "0.0.0",
"private": true,
"description": "My dotfiles: Experimental, ongoing configuration files, development environment and scripts for various Unix-like systems, text-based command-line applications and interfaces.",
"keywords": [
"vim",
"linux",
"dotfiles",
"zsh",
"tmux",
"unix",
"neovim"
],
"repository": "github:kutsan/dotfiles",
"license": "GPL-3.0",
"author": "Kutsan Kaplan <[email protected]> (https://kutsan.dev)",
"scripts": {
"prepare": "husky install"
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"husky": "^7.0.4",
"lint-staged": "^12.4.0",
"prettier": "^2.6.2"
}
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@kutsan/prettier-config": "^1.0.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3"
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}
Loading

0 comments on commit ae2fa45

Please sign in to comment.