Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3682 from jrjohnson/remove-pre-commit
Browse files Browse the repository at this point in the history
Remove pre-commit
  • Loading branch information
dartajax authored Feb 1, 2024
2 parents 59c5fde + 8143d76 commit 8e256d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 68 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,16 @@
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-qunit": "^8.0.1",
"pre-commit": "^1.2.2",
"prettier": "^3.1.1",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-recommended-scss": "^13.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^4.1.0",
"stylelint-scss": "^5.0.0"
},
"engines": {
"node": ">= 18",
"yarn": "use pnpm",
"npm": "use pnpm"
},
"pre-commit": [
"lint"
]
}
}
4 changes: 0 additions & 4 deletions packages/ilios-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@
"ember-resolver": "^11.0.1",
"ember-source": "~5.5.0",
"loader.js": "^4.7.0",
"pre-commit": "^1.2.2",
"sass": "^1.13.4",
"tracked-built-ins": "^3.1.1",
"webpack": "^5.89.0"
Expand Down Expand Up @@ -137,8 +136,5 @@
"lib/",
"translations/",
"vendor/"
],
"pre-commit": [
"lint"
]
}
63 changes: 5 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e256d8

Please sign in to comment.