diff --git a/eslint.config.mjs b/eslint.config.mjs index 428d27f..7920b6d 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -37,7 +37,7 @@ export default [ parser: astroParser, parserOptions: { parser: tseslint.parser, - } + }, }, }, ] diff --git a/src/components/Footer.astro b/src/components/Footer.astro index e5c4882..0c6ceee 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,16 +1,15 @@ --- import Icon from 'astro-iconify' -import {VERSION} from '../consts'; +import { VERSION } from '../consts' ---