Skip to content

Commit

Permalink
Merge pull request #152 from ember-tooling/remove-husky-and-lint-staged
Browse files Browse the repository at this point in the history
Remove husky and lint-staged
  • Loading branch information
NullVoxPopuli authored Aug 20, 2024
2 parents 6e59599 + f8a9083 commit afd2b8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 302 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,13 @@
"install": "node-gyp-build",
"parse": "tree-sitter parse",
"prebuildify": "prebuildify --napi --strip",
"prepare": "husky install",
"test": "tree-sitter test"
},
"lint-staged": {
"*.js": "prettier --write"
},
"dependencies": {
"node-addon-api": "^8.1.0",
"node-gyp-build": "^4.8.0"
},
"devDependencies": {
"husky": "^7.0.4",
"lint-staged": "^15.2.2",
"prebuildify": "^6.0.0",
"prettier": "^2.8.8",
"release-plan": "^0.9.0",
Expand Down
Loading

0 comments on commit afd2b8b

Please sign in to comment.