- Disable git hooks
git config core.hooksPath no-hooks- Re-enable git hooks
git config --unset core.hooksPath| { | |
| "$schema": "./node_modules/oxlint/configuration_schema.json", | |
| "plugins": ["typescript", "unicorn"], | |
| "categories": { | |
| "correctness": "error" | |
| }, | |
| "ignorePatterns": ["**/*.svelte", "**/*.svelte.ts", "**/*.svelte.js"], | |
| "rules": { | |
| "no-case-declarations": "error", | |
| "no-empty": "error", |
git config core.hooksPath no-hooksgit config --unset core.hooksPath