Skip to content

Commit

Permalink
fix: fixed knip
Browse files Browse the repository at this point in the history
  • Loading branch information
ariesgun committed Nov 7, 2024
1 parent 99c4318 commit 888c37d
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 799 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/build.yml

This file was deleted.

22 changes: 13 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
"node": ">=20.10.0"
},
"scripts": {
"format": "run-s format:prettier format:lint",
"format": "run-s format:lint format:prettier format:cspell",
"format:cspell": "tsx .github/cspell.ts",
"format:lint": "eslint --fix .",
"format:prettier": "prettier --write .",
"prepare": "husky install",
"knip": "knip --config .github/knip.ts",
"knip-ci": "knip --no-exit-code --reporter json --config .github/knip.ts",
"test": "jest --setupFiles dotenv/config --coverage"
},
"keywords": [
Expand All @@ -23,28 +26,28 @@
"open-source"
],
"dependencies": {
"@mswjs/data": "0.16.1",
"@mswjs/data": "^0.16.1",
"@octokit/plugin-rest-endpoint-methods": "^13.2.6",
"@octokit/rest": "^20.0.2",
"dotenv": "^16.3.1",
"jest": "29.7.0",
"octokit": "^2.0.14",
"jest-md-dashboard": "^0.8.0",
"twitter-api-v2": "^1.16.0"
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@octokit/types": "^13.4.1",
"@types/jest": "29.5.12",
"@cspell/dict-node": "^5.0.5",
"@cspell/dict-software-terms": "^4.1.13",
"@cspell/dict-typescript": "^3.1.11",
"@jest/globals": "^29.7.0",
"@types/node": "^18.14.6",
"@types/twitter": "^1.7.4",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"cspell": "^8.15.3",
"esbuild": "^0.19.8",
"eslint": "^8.43.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-filename-rules": "^1.3.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-sonarjs": "^2.0.3",
"husky": "^8.0.3",
"jest-junit": "16.0.0",
Expand All @@ -53,6 +56,7 @@
"msw": "2.1.7",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"simple-git": "^3.27.0",
"ts-jest": "29.1.2",
"tsx": "^3.12.3",
"typescript": "^4.9.5"
Expand Down
76 changes: 0 additions & 76 deletions src/directory/set-state-changes.ts

This file was deleted.

Loading

0 comments on commit 888c37d

Please sign in to comment.