1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-09-11 23:09:27 +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

@@ -1,7 +1,7 @@
{
"extends": "@tsconfig/strictest/tsconfig.json",
"compilerOptions": {
"resolveJsonModule": true,
"strict": true,
"target": "ESNext",
"module": "commonjs",
"lib": ["ESNext"],