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/89c5d69372f0d306f6990531805fe60315086045/.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/no-cycle": [
|
|
"error",
|
|
{
|
|
"maxDepth": 1
|
|
}
|
|
],
|
|
"import/order": [
|
|
"error",
|
|
{
|
|
"newlines-between": "always"
|
|
}
|
|
]
|
|
},
|
|
"settings": {
|
|
"import/resolver": {
|
|
"node": {
|
|
"paths": ["src"]
|
|
}
|
|
}
|
|
}
|
|
}
|