Using `×` gives a `no-bare-strings` warning
See original GitHub issueI think this is a bug. We also have things like
in the templates which do not output the warning. I glanced over the code for no-bare-strings
and I couldn’t see where this is handled. But in any case, ×
should not give a no-bare-strings
warning.
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (9 by maintainers)
Top Results From Across the Web
Ember Template Lint: Linter For Ember Or Handlebars ...
When the ember-template-lint executable is run, we would have a single result indicating that the no-bare-strings rule found an error.
Read more >this application does not have the debuggable attribute ...
OSCHINA.NET 是目前领先的中文开源技术社区。我们传播开源的理念,推广开源项目,为IT 开发者提供了一个发现、使用、并交流开源技术的平台.
Read more >eslint-plugin-vue: Versions - Openbase
Full version history for eslint-plugin-vue including change logs.
Read more >BITS Timetable Visualizer with Search functionality - BestofVue
VueJS - Building UIs with Javascript; Vuetify - Pre built UI components build with Vue.js; NodeJS - Server Side Javascript ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is actually fixed now. I think we can now properly ignore “HTML entity codes” (assuming that is what we want to do).
@boris-petrov - Hehe, the issue description definitely does not make that clear. 😄
Can you create a new issue that suggests something like “automatically allow all HTML entities in no-bare-strings rule”?