ioBroker / ioBroker.example

Template adapter for ioBroker
44 stars 73 forks source link

Update templates to creator version v1.27.0 #75

Closed AlCalzone closed 4 years ago

AlCalzone commented 4 years ago

This PR updates the templates to the latest version of @ioBroker/create-adapter.

lgtm-com[bot] commented 4 years ago

This pull request introduces 5 alerts when merging fe2e759e3ff30afd3651e33d34b1bddb94e86749 into e7a36efd6203531454a473a02821269a48e843db - view on LGTM.com

new alerts:

AlCalzone commented 4 years ago

The warnings are expected and no problem: I added a template for TypeScript + React, which contains our standard gulpfile, which raises the incomplete escaping alerts. In this template, I also added an index.tsx file, which imports 4 methods but does not use them yet (the usage sites are commented out).