flaviostutz / monolint

Linter for monorepos. Checks folder structure, module contents, file contents and naming conventions
MIT License
7 stars 4 forks source link

Moving from jsonpointer to jmespath lib #62

Closed flaviostutz closed 1 year ago

flaviostutz commented 1 year ago

This will replace lib and query format from jsonpointer to jmespath, as described in #46

Breaking changes

Previous configurations with selectors must be moved to jmespath query syntax, but for now we don't have anyone using monolint still, so it's ok.

Closing issues

closes #46