eslint-plugin-vue-pug-sfc icon indicating copy to clipboard operation
eslint-plugin-vue-pug-sfc copied to clipboard

Migrate `this-in-template`

Open Shinigami92 opened this issue 4 years ago • 0 comments

https://eslint.vuejs.org/rules/this-in-template.html

  • [ ] Stabilizing the range calculation of pug tokens src/utils/index#parsePugContent
  • [ ] Full support of vue-pug-sfc/this-in-template
    • [x] never
      • [x] Detecting this.
      • [x] Auto-fix this. stable? if not please comment below!
      • [ ] Detect more complex code like this[
    • [ ] always
      • [ ] Detect missing this

Shinigami92 avatar Sep 20 '21 12:09 Shinigami92