79638182

Date: 2025-05-26 00:51:16
Score: 2.5
Natty:
Report link

I added the 'vue/no-undef-components': 'error' rule to my eslint.config.js:

rules: {
  'vue/no-undef-components': 'error'
}

Now it checks for undefined components!

EDIT: Stackoverflow says I must wait to accept my own answer in 2 days.

Reasons:
  • Blacklisted phrase (1): Stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dudeguy