vechain / vechain-sdk-js

The official JavaScript SDK for VeChain.
19 stars 6 forks source link

Change **lint** rules to allow `thor-devkit` dependency #990

Closed victhorbi closed 2 weeks ago

victhorbi commented 2 weeks ago

To introduce dependencies from thor-devkit to test the compatibility of the SDK code, makes lint rule to prevent pushing the code to GitHub, complaining some libraries are imported in "forbidden zones".

fabiorigam commented 2 weeks ago

Solved here: https://github.com/vechain/vechain-sdk-js/pull/989