Skip to content

Commit

Permalink
chore: remove unused dev deps (#4)
Browse files Browse the repository at this point in the history
* chore: remove unused dev deps

* chore: bump prettier

* chore: update .prettierignore & lintstagedrc
  • Loading branch information
sripwoud authored Jun 27, 2024
1 parent 1a05823 commit bdc0cb0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 256 deletions.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"**/*.{js,ts,md,json,yml,yaml}": "prettier --write"
"**/*.{js,json,md,yml,yaml}": "prettier --write"
}
27 changes: 0 additions & 27 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,38 +1,11 @@
# dependencies
node_modules
package-lock.json
yarn.lock
.yarn

# testing
coverage
coverage.json

# docs
docs

# benchmarks
benchmarks/results

# hardhat
cache
typechain-types

# production
dist
build

# github
.github/ISSUE_TEMPLATE

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# others
target
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,10 @@
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
"changelogithub": "patch:changelogithub@npm%3A0.13.3#~/.yarn/patches/changelogithub-npm-0.13.3-1783949906.patch",
"czg": "^1.9.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"prettier": "^3.3.2"
}
}
22 changes: 0 additions & 22 deletions tsconfig.json

This file was deleted.

Loading

0 comments on commit bdc0cb0

Please sign in to comment.