ProxmoxVE/frontend/.eslintrc.json

6 lines
120 B
JSON
Raw Permalink Normal View History

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