Skip to content
  • Florian Müllner's avatar
    style: Use single-quotes for translated strings · d83d6e85
    Florian Müllner authored
    The coding style of using double quotes for translatable strings
    and single quotes otherwise is unnecessarily complex and cannot
    be enforced with an eslint rule.
    
    Simply use single quotes consistently for all strings.
    
    !57
    d83d6e85