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 948b333
Show file tree
Hide file tree
Showing 5 changed files with 954 additions and 473 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.

26 changes: 4 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,17 @@
"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",
"lint": "run-s lint:ts lint:eslint format:check",
"lint:ts": "tsc --noEmit",
"lint:eslint": "eslint .",
"format:check": "biome check .",
"build": "tsup",
"format": "biome check . --write",
"fix": "run-s fix:eslint format",
"fix:eslint": "npm run lint:eslint -- --fix",
"type:check": "tsc --noEmit",
"lint": "eslint .",
"format:check": "biome check .",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"ci": "run-s lint test:coverage",
"release": "semantic-release",
"add-rule": "ts-node scripts/add-rule",
"update": "ts-node scripts/update",
Expand All @@ -47,21 +37,13 @@
"@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 948b333

Please sign in to comment.