react-native-elements / react-native-elements-app

Demo app for React Native Elements (w/ React Native Web)
https://reactnativeelements.com/
1.29k stars 417 forks source link

Lots of tsx warnings on String quotes #146

Closed HariAcidReign closed 3 years ago

HariAcidReign commented 3 years ago

All the strings in the codebase show a "Strings must use singlequote. eslintquotes" warning.

They do not get cleared when I change the rules in .eslintrc to accommodate " as well

Looking for a solution and working on it, would love to get some pointers.

PS: This warning does not break the app, but it is a bit frustrating to see so many of these in the code

flyingcircle commented 3 years ago

Fixed in #156