vue/no-console
Disallow the use of
console
in<template>
📖 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