This repo provides an AST transform to convert
There is icon-transform.js to add no-bare-strings above auditboard-icons
{{! template-lint-disable no-bare-strings }}
{{! TODO: non translatable icon }}
<i class="auditboard-icons">
close
</i>
- run icon-transform.js
- run format hbs files
npx ember-template-recast path-to-file-or-directory -t path-to/icon-transform.js
npm run format:hbs
- Node.js v14 or above
This project is licensed under the MIT License.