79706616

Date: 2025-07-18 19:05:18
Score: 0.5
Natty:
Report link

You can disable this rule selectively. This is how to do it in case with Ionic:

"vue/no-deprecated-slot-attribute": ["error", {
  "ignore": ["/^ion-/"],
}],

This way the rule will work for every tag but those starting with ion- .

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Lazouski