From 3dfc593e1a76cc485c61b62431b15c7784f8c5d0 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 27 Dec 2024 21:05:31 +0100 Subject: [PATCH] chore: test precommit --- eslint.config.mjs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index f404b9f..e767534 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -13,15 +13,12 @@ import { fileURLToPath } from 'node:url'; - - - - - const __filename = fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename) const gitignorePath = path.resolve(__dirname, '.gitignore') +const unused = 'hey' + export default [ { languageOptions: {