diff --git a/.husky/pre-commit b/.husky/pre-commit index 76091ab..041c660 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1 @@ -git add . npx --no-install lint-staged diff --git a/eslint.config.mjs b/eslint.config.mjs index 36c0ffe..8b5c925 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -7,19 +7,12 @@ 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' const __filename = fileURLToPath(import.meta.url) const __dirname = path.dirname(__filename) const gitignorePath = path.resolve(__dirname, '.gitignore') - - - - - - - export default [ { languageOptions: {