Skip to content

vue/restricted-component-names

enforce using only specific component names

  • This rule has not been released yet.

📖 Rule Details

This rule enforces consistency in component names.

Now loading...

🔧 Options

json
{
  "vue/restricted-component-names": ["error", { 
    "allow": []
  }]
}

"allow"

Now loading...

🔍 Implementation