Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 844 Bytes

no-console.md

File metadata and controls

31 lines (20 loc) · 844 Bytes
pageClass sidebarDepth title description since
rule-details
0
vue/no-console
Disallow the use of `console` in `<template>`
v9.15.0

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