EQuimper / twitter-clone-with-graphql-reactnative

164 stars 71 forks source link

Custom rules in your eslintconfig #46

Closed gHashTag closed 6 years ago

gHashTag commented 6 years ago

How to exclude for example this error from the rules of your eslintconfig?

2017-11-25 17 51 21

EQuimper commented 6 years ago

In .eslintrc you can a rules object where you put

'Error/arrow-body-style': 0