From 8cd3e996c4bf51e4154d93a41b7d9c3852a27994 Mon Sep 17 00:00:00 2001 From: CookieDasora Date: Sat, 3 Feb 2024 14:56:48 +0000 Subject: [PATCH] blablablatest --- .commitlintrc.json | 3 +++ .husky/pre-commit | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .commitlintrc.json diff --git a/.commitlintrc.json b/.commitlintrc.json new file mode 100644 index 0000000..c30e5a9 --- /dev/null +++ b/.commitlintrc.json @@ -0,0 +1,3 @@ +{ + "extends": ["@commitlint/config-conventional"] +} diff --git a/.husky/pre-commit b/.husky/pre-commit index 2312dc5..a16d8b1 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1,4 @@ +#!/usr/bin/env sh +. "$(dirname "$0")/_/husky.sh" + npx lint-staged