Files
mqtt_power/charging_web_app/.eslintrc.json
2025-05-23 18:05:45 +08:00

9 lines
223 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "off",
"prefer-const": "off",
"react-hooks/exhaustive-deps": "off"
}
}