Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 339 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 339 Bytes

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:lint to setup eslint-config-universe with prettier enabled.