generator-rn-toolbox-gv
Version:
React-Native generators to kickstart your project
8 lines (4 loc) • 342 B
Markdown
# Adding linting
*Eslint ensures a consistent coding style. For React Native newcomers it will also help you in your path to learn it.*
*Prettier autoformats your code as you save. No more wasting time indenting, adding a missing comma or splitting lines*
Use `yo rn-toolbox-gv:lint` to setup eslint-config-universe with prettier enabled.