Jesús Botella
Jesús Botella
I know Crashlytics is for native exceptions instead of the JS ones. But it gives more mobile specific information that is so useful. I have always used Sentry for that...
Let me check out those errors today. I'll have them fixed as soon as possible.
@AbelVM Can you please create a JSFiddle or Codepen containing an example where the bug is reproduced? Use this basic template and modify it as you wish to reproduce the...
I'm having the same issue that you are experiencing in my recently created project. The only difference between the project content is that I chose pure JS instead of ES2015...
Thank you! Just in case anyone wants to know what it takes to add the TypeScript loader, here is the implementation that I have been testing in my project: https://github.com/jesusbotella/stylelint/commit/06af34b48a0d4260b2457bc40dde607be5e435b9
Yeah, I've read the reasons why ESLint project didn't want to support it and seem reasonable. Installing Typescript in every project that uses stylelint is not a good solution. My...
I have an update regarding TypeScript support in configuration files. While stylelint might not support them (and I think it's the right thing to do), developers can import TypeScript files...