Skip to content

Commit

Permalink
chore: add xstools-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bingtsingw committed Apr 4, 2024
1 parent 6d78dbe commit 542a251
Show file tree
Hide file tree
Showing 2 changed files with 1,193 additions and 151 deletions.
50 changes: 7 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
],
"scripts": {
"build": "tsup",
"clean": "rimraf dist",
"commit": "cz",
"dev": "tsup --watch",
"format": "prettier . --check",
Expand All @@ -33,7 +32,8 @@
"prepare": "if [ -d './node_modules/husky' ]; then husky install; fi",
"release": "release-it --ci",
"test": "bun test",
"test:dev": "bun test --watch"
"test:dev": "bun test --watch",
"typecheck": "tsc --noEmit"
},
"commitlint": {
"extends": [
Expand All @@ -49,38 +49,10 @@
"path": "cz-conventional-changelog"
}
},
"prettier": {
"plugins": [
"prettier-plugin-packagejson",
"prettier-plugin-organize-imports"
],
"printWidth": 120,
"proseWrap": "never",
"singleQuote": true,
"trailingComma": "all"
},
"prettier": "@xstools-dev/prettier-config/base",
"eslintConfig": {
"extends": [
"alloy",
"alloy/typescript"
],
"overrides": [
{
"files": [
"*.config.js"
],
"rules": {
"@typescript-eslint/no-require-imports": "off",
"import/no-commonjs": "off"
}
}
]
"extends": "@xstools-dev/eslint-config/base"
},
"eslintIgnore": [
"dist",
"build",
"out"
],
"dependencies": {
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
Expand All @@ -89,31 +61,23 @@
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@bingtsingw/mrm-preset": "^0.10.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@release-it/conventional-changelog": "^8.0.1",
"@types/bun": "^1.0.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"eslint-config-alloy": "^5.1.2",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"mrm": "^4.1.22",
"prettier": "^3.1.1",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.4.8",
"release-it": "^17.0.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
"typescript": "^5.3.3",
"xstools-dev": "^0.0.4"
},
"packageManager": "pnpm@8.11.0",
"packageManager": "^pnpm@8.15.0",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
Loading

0 comments on commit 542a251

Please sign in to comment.