JS talk 'Write Code With Standard and ESLint'

Video: https://www.youtube.com/watch?v=kuHfMw8j4xk
by Feross Aboukhadijeh: https://feross.org/
at JSConf: https://2018.jsconf.eu/


thoughts/conclusions/resume

I can use ESLint with the Standard linter config (for me only with the exception of the semicolon) and create a binary out of it that I can run on my project and help me get things clean.

Note to myself: Go start using this now!

Linters are here for 3 purposes:

  • Programming errors
  • Best Practises
  • Style conventions

Prettier only cares about the last one, style, thus it should be used together with linters, such as ESLint.

Tools talked about in this talk


You'll only receive email when they publish something new.

More from Christian Kaindl
All posts