You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> npmPkgJsonLint ../
path should be a `path.relative()`d string, but got "../client-app-todo/package.json"
npm ERR! Test failed. See above for more details.
Process finished with exit code 1
What you expected to happen
That a relative path going upwards works, as I have a mono-repo with rush, where all packages are siblings. I have packages that do linting and testing, and they do this for their siblings.
The steps to reproduce the problem
Use sibling packages, and set the glob to going up on level.
The text was updated successfully, but these errors were encountered:
But as you see, then you need to do "tricks", and your IDE will not help you anymore.
I could also place the config file in the root of the mono-repo, but that feels weird as the purpose of that one package is to run and configure the linting.
When reporting a bug, please include:
A little info about your environment
The output from npm-package-json-lint
What you expected to happen
That a relative path going upwards works, as I have a mono-repo with rush, where all packages are siblings. I have packages that do linting and testing, and they do this for their siblings.
The steps to reproduce the problem
Use sibling packages, and set the glob to going up on level.
The text was updated successfully, but these errors were encountered: