feat(sprint-3): refresh responsive UlHub portal
This commit is contained in:
12
web/.eslintrc.json
Normal file
12
web/.eslintrc.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "next/core-web-vitals",
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["pages/settings/mqtt-certs.tsx", "pages/sim/index.tsx"],
|
||||
"rules": {
|
||||
"@next/next/no-html-link-for-pages": "off",
|
||||
"react/no-unescaped-entities": "off"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user