feat: add eslint and prettier

This commit is contained in:
Huskydog9988
2025-04-07 22:34:08 -04:00
parent 96742cc918
commit ff1255f948
4 changed files with 1384 additions and 30 deletions

5
eslint.config.mjs Normal file
View File

@ -0,0 +1,5 @@
// @ts-check
import withNuxt from "./.nuxt/eslint.config.mjs";
import eslintConfigPrettier from "eslint-config-prettier/flat";
export default withNuxt([eslintConfigPrettier]);