Enable Lint programmatically

Good morning to everyone, can i enable my linter in programmatically manner?
I mean, when i finish to model an entire process, can I query my linter (with some rules embedded in bundled-config.js ) in order to answer me if there are warnings or errors in my diagram (component side)??

The idea is that if it’s correct, i try to upload my process on Camunda, if not, I stop the upload and notify a user modeler to make some steps in order to have a clear model.

Are you talking about linting in the context of the Camunda Modeler?

Yes. I pre configure linter with camunda rules and, before I upload my process on Camunda, I want to say if my process is correct (linter side), but in programmatically manner, not in visual manner. It’is possible?