Skip to content

vue/no-console

Disallow the use of console in <template>

  • 💡 Some problems reported by this rule are manually fixable by editor suggestions.

📖 Rule Details

This rule is the same rule as core no-console rule but it applies to the expressions in <template>.

📚 Further Reading

🚀 Version

This rule was introduced in eslint-plugin-vue v9.15.0

🔍 Implementation

Taken with ❤️ from ESLint core