Fix eslint config

This commit is contained in:
Jorge Vargas 2024-09-24 22:45:56 -06:00
parent f42f7d88a6
commit c65ccd99dd
3 changed files with 265 additions and 24 deletions

View file

@ -46,14 +46,14 @@
"@inlang/paraglide-js": "1.11.2",
"@parcel/watcher": "^2.4.1",
"@types/bcrypt": "^5.0.2",
"@typescript-eslint/parser": "^8.6.0",
"@typescript-eslint/parser": "^8.7.0",
"concurrently": "^8.2.2",
"eslint": "^9.10.0",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-jsx-a11y": "^6.10.0",
"neostandard": "^0.11.6",
"prettier": "^3.3.3",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.14.1"
}
}
}