Troubleshooting eslint message regarding "@effect/dprint"

Does somebody know how to get rid of the message from eslint "Extra line break(s)."?
"[{
"resource": "/c:/Users/To/Downloads/effect/.eslintrc.cjs",
"owner": "eslint",
"code": {
"value": "@effect/dprint",
"target": {
"$mid": 1,
"path": "/Effect-TS/eslint-plugin/blob/main/src/rules/dprint.ts",
"scheme": "https",
"authority": "github.com"
}
},
"severity": 8,
"message": "Extra line break(s).",
"source": "eslint",
"startLineNumber": 1,
"startColumn": 30,
"endLineNumber": 1,
"endColumn": 31
}]"

1. I have cloned the effect repo and installed all packages
image.png
Was this page helpful?