From 8672bfe2cd46aa0717663abd5d9239f8e7fb5f2a Mon Sep 17 00:00:00 2001 From: Bram Suurd Date: Mon, 25 Nov 2024 20:27:20 +0100 Subject: [PATCH] chore: remove commit-msg ignore rule from ESLint configuration for consistent linting practices --- eslint.config.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 03a7104..a7db670 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -38,6 +38,5 @@ export default antfu( }, ], }, - ignores: ['.husky/commit-msg'], }, );