1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-05-18 12:02:33 +02:00

chore: remove usage of git hooks (husky, lint-staged, commitlint) + usage of node --run

This commit is contained in:
2024-07-25 14:00:05 +02:00
parent 8b3d9109d7
commit 305df380aa
15 changed files with 320 additions and 1710 deletions

View File

@ -22,4 +22,4 @@ jobs:
run: "npm clean-install"
- name: "Test"
run: "npm run test"
run: "node --run test"