Open juakotorres opened 2 years ago
have the same issue with Vue
TwoPaneForm(
:input='store.text'
:input-is-invalid-label=`$t('rewriter.invalid-source', {
min: validationRules.minimumWords,
max: $tc('count.words', validationRules.maximumWords),
})`
:input-validator='textIsValid'
:input-placeholder=`$t('rewriter.source-placeholder')`
:result-input-classes=`{ '_sentences': enableSentencesModel }`
:result-is-empty='!hasRewritten'
v-bind='{ textIsChanged, isEmpty }'
:loading='store.loading'
@input='setText($event)'
)
Please report token: {"type":"attribute","loc":{"start":{"line":8,"column":3},"end":{"line":11,"column":6}},"name":":input-is-invalid-label","val":"`$t('rewriter.inva
The line is here https://github.com/Shinigami92/eslint-plugin-vue-pug-sfc/blob/99c0c01b35d658c95b9fe2c40185b153002f21ae/src/utils/index.ts#L335
Who wants to help and setup a PR for that?
i have no background in tool development, sorry :( just a frontend designer, more tied with Figma than Typescript
Request / Idea
Before the pug warnings or errors, I got multiple warnings like this:
It does not affect the library functionalities, but it could be nice to have the support. For example when you use validation libraries.
Input
Expected Output
No report token log.
Additional Context