From 02943be8172b437d98310483e08698811368d599 Mon Sep 17 00:00:00 2001 From: g-ouattara Date: Tue, 23 Apr 2024 15:01:25 +0000 Subject: [PATCH] lint-stage configuration --- .lintstagedrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .lintstagedrc diff --git a/.lintstagedrc b/.lintstagedrc new file mode 100644 index 0000000..4b56743 --- /dev/null +++ b/.lintstagedrc @@ -0,0 +1,5 @@ +{ + "lint-staged": { + "*": "biome-check" + } +} -- libgit2 0.27.1