Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 3fe7327

Browse files
committed
refactor: get rid of husky
1 parent 08b72f2 commit 3fe7327

File tree

7 files changed

+158
-285
lines changed

7 files changed

+158
-285
lines changed

docs/Developer Guide/Developer Guide/Old documentation/Sub-projects/ckeditor5-math.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ A fork of [isaul32/ckeditor5-math](https://github.com/isaul32/ckeditor5-math), w
77

88
* Tested on Node.js 20.
99
* The package manager is yarn 1 (v1.22.22 is known to be working fine for it at the time of writing).
10-
* Committing is protected by `husky` which runs `eslint` to ensure that the code is clean.
1110

1211
Important commands:
1312

packages/ckeditor5-admonition/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"eslint": "^9.0.0",
4444
"eslint-config-ckeditor5": ">=9.1.0",
4545
"http-server": "^14.1.0",
46-
"husky": "^4.2.5",
4746
"lint-staged": "^10.2.6",
4847
"stylelint": "^13.13.1",
4948
"stylelint-config-ckeditor5": ">=9.1.0",
@@ -80,11 +79,6 @@
8079
"stylelint --quiet --allow-empty-input"
8180
]
8281
},
83-
"husky": {
84-
"hooks": {
85-
"pre-commit": "lint-staged"
86-
}
87-
},
8882
"nx": {
8983
"name": "ckeditor5-admonition",
9084
"targets": {

packages/ckeditor5-footnotes/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"eslint": "^9.0.0",
4545
"eslint-config-ckeditor5": ">=9.1.0",
4646
"http-server": "^14.1.0",
47-
"husky": "^4.2.5",
4847
"lint-staged": "^10.2.6",
4948
"stylelint": "^13.13.1",
5049
"stylelint-config-ckeditor5": ">=9.1.0",
@@ -79,11 +78,6 @@
7978
"stylelint --quiet --allow-empty-input"
8079
]
8180
},
82-
"husky": {
83-
"hooks": {
84-
"pre-commit": "lint-staged"
85-
}
86-
},
8781
"nx": {
8882
"name": "ckeditor5-footnotes",
8983
"targets": {

packages/ckeditor5-keyboard-marker/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"eslint": "^9.0.0",
4747
"eslint-config-ckeditor5": ">=9.1.0",
4848
"http-server": "^14.1.0",
49-
"husky": "^4.2.5",
5049
"lint-staged": "^10.2.6",
5150
"stylelint": "^13.13.1",
5251
"stylelint-config-ckeditor5": ">=9.1.0",
@@ -81,11 +80,6 @@
8180
"stylelint --quiet --allow-empty-input"
8281
]
8382
},
84-
"husky": {
85-
"hooks": {
86-
"pre-commit": "lint-staged"
87-
}
88-
},
8983
"nx": {
9084
"name": "ckeditor5-keyboard-marker",
9185
"targets": {

packages/ckeditor5-math/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"eslint": "^9.0.0",
4848
"eslint-config-ckeditor5": ">=9.1.0",
4949
"http-server": "^14.1.0",
50-
"husky": "^4.2.5",
5150
"lint-staged": "^10.2.6",
5251
"stylelint": "^13.13.1",
5352
"stylelint-config-ckeditor5": ">=9.1.0",
@@ -82,11 +81,6 @@
8281
"stylelint --quiet --allow-empty-input"
8382
]
8483
},
85-
"husky": {
86-
"hooks": {
87-
"pre-commit": "lint-staged"
88-
}
89-
},
9084
"nx": {
9185
"name": "ckeditor5-math",
9286
"targets": {

packages/ckeditor5-mermaid/package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"eslint": "^9.0.0",
4747
"eslint-config-ckeditor5": ">=9.1.0",
4848
"http-server": "^14.1.0",
49-
"husky": "^4.2.5",
5049
"lint-staged": "^10.2.6",
5150
"stylelint": "^13.13.1",
5251
"stylelint-config-ckeditor5": ">=9.1.0",
@@ -81,11 +80,6 @@
8180
"stylelint --quiet --allow-empty-input"
8281
]
8382
},
84-
"husky": {
85-
"hooks": {
86-
"pre-commit": "lint-staged"
87-
}
88-
},
8983
"dependencies": {
9084
"@types/lodash-es": "4.17.12",
9185
"lodash-es": "^4.17.21"

0 commit comments

Comments
 (0)