From 503cd11cb6dc51bba7f6e23162be092c4e015b4f Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 27 Dec 2024 17:24:08 +0100 Subject: [PATCH] chore: test format --- .husky/pre-commit | 2 +- eslint.config.mjs | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 041c660..2312dc5 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1 +1 @@ -npx --no-install lint-staged +npx lint-staged diff --git a/eslint.config.mjs b/eslint.config.mjs index 766e48a..f404b9f 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -7,7 +7,10 @@ import astroParser from 'astro-eslint-parser' import { includeIgnoreFile } from '@eslint/compat' import path from 'node:path' -import { fileURLToPath } from 'node:url' +import { fileURLToPath } from 'node:url'; + + +