diff --git a/.prettierrc.js b/.prettierrc.js deleted file mode 100644 index c16b819..0000000 --- a/.prettierrc.js +++ /dev/null @@ -1,18 +0,0 @@ -const config = { - printWidth: 100, - semi: false, - singleQuote: true, - arrowParens: 'avoid', - - plugins: ['prettier-plugin-astro'], - overrides: [ - { - files: '*.astro', - options: { - parser: 'astro', - }, - }, - ], -} - -module.exports = config diff --git a/lint.sh b/lint.sh index f8c8919..06b7f5b 100755 --- a/lint.sh +++ b/lint.sh @@ -1,5 +1,8 @@ #!/usr/bin/env bash + +node_modules/.bin/prettier -w "**/*.md" + # biome #pnpm biome check --write --unsafe --colors=off --log-level=info --log-kind=pretty . | grep path | sort pnpm biome check --write --unsafe .