Slide 3
Slide 3 text
Auto linting tools
❏ Using tools like eslint, prettier, stylint, etc.
❏ Automatically lint all staged files on commit using
husky.
❏ Create a standard format for the code base,
helping developers navigating the code base
faster.
❏ Save time on pointless debates. (tab or space,
semicolon or not, etc)