Closed HariAcidReign closed 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
.eslintrc
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
Fixed in #156
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 wellLooking 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