Skip to content

Tips and tricks

Mats Tyldum edited this page Dec 8, 2020 · 3 revisions

Some useful command-line scripts:

  • Run ESLint, yarn lint
  • Run ESLint with fix parameter, yarn lint-fix
  • Run Prettier on all files in the project, yarn prettier
Clone this wiki locally