forcedotcom / analyticsdx-vscode

Salesforce Analytics Extensions for Visual Studio Code
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

Refactor template linter into separate module #114

Closed smithgp closed 3 years ago

smithgp commented 3 years ago

This is so it can be used outside of vscode. Additionally, create a standalone subclass that can also do the json-schema validation of template json files, using the same underlying json schema libraries as vscode. This is just the refactor into packages/. I will figure out where to publish it later.