learningequality / kolibri

Kolibri Learning Platform: the offline app for universal education
https://learningequality.org/kolibri/
MIT License
763 stars 637 forks source link

Add linting rule to prevent unwrapped strings in Vue templates #10257

Open rtibbles opened 1 year ago

rtibbles commented 1 year ago

We should add this rule to our eslint rule set: https://eslint.vuejs.org/rules/no-bare-strings-in-template.html and correct or exclude all existing instances.

AniqJaved commented 1 year ago

Hello @rtibbles 👋, I would love to contribute to this, can I get more information on this.

rtibbles commented 1 year ago

Hi @AniqJaved - I assigned myself to this, and have mostly completed it, so I wouldn't want to waste your time suggesting you look further into it! Thank you for your interest, and please do look at other issues that are unassigned that you might be able to take a look at.

AniqJaved commented 1 year ago

Sure @rtibbles, I would look into some other issue. Thanks and happy coding 💯🙌.