Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 910 Bytes

no-parsing-error.md

File metadata and controls

35 lines (24 loc) · 910 Bytes
pageClass sidebarDepth title description
rule-details
0
vue-scoped-css/no-parsing-error
disallow parsing errors in `<style>`

vue-scoped-css/no-parsing-error

disallow parsing errors in <style>

  • ⚙️ This rule is included in all of "plugin:vue-scoped-css/all", "plugin:vue-scoped-css/recommended" and "plugin:vue-scoped-css/vue3-recommended".

📖 Rule Details

This rule reports syntax errors in <style>.

<style scoped>
/* ✗ BAD */
.item {
</style>

🔧 Options

Nothing.

Implementation