Skip to content

Commit 0524dcf

Browse files
authored
chore: remove husky, lint-staged, and commitlint (#300)
Close #293
1 parent e5f6f8b commit 0524dcf

File tree

4 files changed

+0
-35
lines changed

4 files changed

+0
-35
lines changed

.github/semantic.yml

-1
This file was deleted.

.husky/commit-msg

-4
This file was deleted.

.husky/pre-commit

-4
This file was deleted.

package.json

-26
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
"@testing-library/dom": "^9.3.1"
6262
},
6363
"devDependencies": {
64-
"@commitlint/cli": "^17.6.6",
65-
"@commitlint/config-conventional": "^17.6.6",
6664
"@sveltejs/vite-plugin-svelte": "^2.4.2",
6765
"@testing-library/jest-dom": "^6.3.0",
6866
"@typescript-eslint/eslint-plugin": "^6.19.1",
@@ -79,9 +77,7 @@
7977
"eslint-plugin-simple-import-sort": "^10.0.0",
8078
"eslint-plugin-svelte": "^2.32.0",
8179
"eslint-plugin-vitest-globals": "^1.3.1",
82-
"husky": "^8.0.3",
8380
"jsdom": "^22.1.0",
84-
"lint-staged": "^13.2.3",
8581
"npm-run-all": "^4.1.5",
8682
"prettier": "^3.0.0",
8783
"prettier-plugin-svelte": "^3.1.2",
@@ -90,27 +86,5 @@
9086
"typescript": "^5.3.3",
9187
"vite": "^4.3.9",
9288
"vitest": "^0.33.0"
93-
},
94-
"lint-staged": {
95-
"{README.md,.all-contributorsrc}": [
96-
"npm run toc",
97-
"npm run contributors:generate",
98-
"npx --no-install prettier --write README.md .all-contributorsrc",
99-
"git add README.md .all-contributorsrc"
100-
],
101-
"src/**/*": [
102-
"npx --no-install vitest related --run"
103-
],
104-
"*.{js,cjs,ts,svelte,json,yml,yaml}": [
105-
"npx --no-install prettier --check"
106-
],
107-
"*.{js,cjs,ts,svelte}": [
108-
"npx --no-install eslint"
109-
]
110-
},
111-
"commitlint": {
112-
"extends": [
113-
"@commitlint/config-conventional"
114-
]
11589
}
11690
}

0 commit comments

Comments
 (0)