Hello,
I have a very simple XO configuration I'd like to share between all the packages and apps in my Turborepo monorepo:
"xo": {
"prettier": true,
"rules": {
"import/extensions": 0
}
}
The project README states that I should just need one version of this in the root package.json file:
However, I'm seeing linting errors in each of my packages if I don't have this XO config in every package.json. Have I configured something incorrectly?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too