jszgb / jszgb.com

Community for JavaScript developers from Zagreb, Croatia. :house:
http://jszgb.com
MIT License
19 stars 11 forks source link

Without Leaving Your Text Editor #51

Closed silvenon closed 6 years ago

silvenon commented 6 years ago

I would like to propose the following talk:

Without Leaving Your Text Editor

As JavaScript developers we have to leave our precious text editors fairly often to run our code only to find out that we had a typo, imported a module incorrectly or some other silly mistake.

In this talk I will show how you can use ESLint and Flow to detect these mistakes much sooner, without leaving your text editor.