ProxmoxVE/frontend/.eslintrc.json
2024-11-04 23:55:08 +01:00

6 lines
120 B
JSON

{
"extends": ["next/core-web-vitals"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"]
}