You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
I wonder if there is support for external packages or if it is planned? I tried a bit but it did not seem to be supported. Would love to test out tslint-immutable rules in the playground. This is the config I tried:
Currently it only supports the packages built into tslint - but I'd imagine it should be possible to integrate external packages in some way. I'd have to look into how tools like jsfiddle do this - I'd like to keep this browser-only rather then requiring a backing server so needs some investigation.
Another option here potentially is to look into integrating typescript compile errors and tslint linting into https://codesandbox.io/, but that feels both (a) more complex to implement and (b) more complex to use.
If anyone has any ideas how to do this let me know and I'd be happy to try and implement something.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This looks really promising, nice work!
I wonder if there is support for external packages or if it is planned? I tried a bit but it did not seem to be supported. Would love to test out tslint-immutable rules in the playground. This is the config I tried:
The text was updated successfully, but these errors were encountered: