Skip to content

Commit

Permalink
Remove husky/lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Apr 27, 2024
1 parent c365d27 commit bc7300f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 337 deletions.
1 change: 0 additions & 1 deletion .husky/pre-commit

This file was deleted.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 6.0.1: 2024-04-22

- 🐛 BUGFIX: Do not overwrite `ctx.emit` method -
- 🐛 BUGFIX: Do not overwrite `ctx.emit` method --
[#423](https://github.com/oddbird/sassdoc-theme-herman/issues/423)
- 🏠 INTERNAL: Upgrade dependencies

Expand Down
20 changes: 1 addition & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@
"test:js:src:ci": "nyc mocha -t 5000 -R dot -R mocha-junit-reporter test/js",
"test:js:watch": "yarn test:js:client --watchAll",
"test:sass": "mocha -R dot test/sass/test_sass.js",
"postinstall": "husky",
"prepack": "pinst --disable && yarn build",
"postpack": "pinst --enable"
"prepack": "yarn build"
},
"dependencies": {
"cheerio": "1.0.0-rc.12",
Expand Down Expand Up @@ -108,7 +106,6 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"highlight.js": "^11.9.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
Expand All @@ -117,7 +114,6 @@
"jquery-deparam": "^0.5.3",
"js-yaml": "^4.1.0",
"json-loader": "^0.5.7",
"lint-staged": "^15.2.2",
"lodash": "^4.17.21",
"mark.js": "^8.11.1",
"matchmedia-polyfill": "^0.3.2",
Expand All @@ -126,7 +122,6 @@
"mocha-junit-reporter": "^2.2.1",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"pinst": "^3.0.0",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"prettier": "^3.2.5",
Expand All @@ -147,18 +142,5 @@
"resolutions": {
"cdocparser": "^0.15.0"
},
"lint-staged": {
"*.{js,cjs,ts}": [
"eslint --fix",
"prettier --write --ignore-unknown"
],
"*.scss": [
"stylelint --fix --allow-empty-input",
"prettier --write --ignore-unknown"
],
"*.{json,yml,md}": [
"prettier --write --ignore-unknown"
]
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit bc7300f

Please sign in to comment.