Skip to content

Commit

Permalink
rm husky and up tsup
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset committed Jun 4, 2024
1 parent 6b240e2 commit 2cc6a45
Show file tree
Hide file tree
Showing 5 changed files with 951 additions and 465 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions .husky/pre-commit

This file was deleted.

15 changes: 1 addition & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,10 @@
"name": "Ahmed Abdelbaset",
"url": "https://twitter.com/A7med3bdulBaset"
},
"engines": {
"node": ">=8.10.0"
},
"main": "dist/index.js",
"files": ["dist"],
"scripts": {
"prepare": "husky install",
"clean": "rimraf dist",
"prebuild": "npm run clean",
"build": "tsup src/index.ts --no-splitting --minify",
"build": "tsup",
"lint": "run-s lint:ts lint:eslint format:check",
"lint:ts": "tsc --noEmit",
"lint:eslint": "eslint .",
Expand Down Expand Up @@ -47,21 +41,14 @@
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.47.0",
"husky": "^8.0.3",
"jest": "^29.6.4",
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.1",
"tailwindcss": "~3.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsup": "^7.2.0",
"typescript": "^5.1.6"
},
"lint-staged": {
"*.{js,ts}": ["lint --fix", "format"],
"*.{json,yaml,md}": ["format"]
},
"repository": {
"type": "git",
"url": "git+https://github.com/A7med3bdulBaset/eslint-plugin-rtl-friendly.git"
Expand Down
Loading

0 comments on commit 2cc6a45

Please sign in to comment.