improve linting - add oxlint and simplify config

This commit is contained in:
Kim, Jimin 2025-03-18 14:07:10 +09:00
parent 21cd1d51a8
commit d592fa6468
Signed by: pomp
GPG key ID: D3932F82A0667A3B
13 changed files with 120 additions and 65 deletions

View file

@ -5,6 +5,7 @@
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"lint": "oxlint && eslint .",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"