Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/src/commit/b0a45fe09c5b5a9611404d1e599d49301ce192d8/.eslintrc.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
{
|
|
"extends": ["airbnb", "next/core-web-vitals", "prettier"],
|
|
"plugins": ["prettier"],
|
|
"rules": {
|
|
"import/order": [
|
|
"error",
|
|
{
|
|
"newlines-between": "always"
|
|
}
|
|
]
|
|
},
|
|
"settings": {
|
|
"import/resolver": {
|
|
"node": {
|
|
"paths": ["src"]
|
|
}
|
|
}
|
|
}
|
|
}
|