mirror of https://github.com/sveltejs/svelte
parent
8180c5dd6c
commit
ca2ebc6a96
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"code": "empty-classbinding-name",
|
||||||
|
"message": "Class binding name cannot be empty",
|
||||||
|
"start": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 10,
|
||||||
|
"character": 10
|
||||||
|
},
|
||||||
|
"pos": 10
|
||||||
|
}
|
||||||
@ -0,0 +1 @@
|
|||||||
|
<h1 class:={true}>Hello</h1>
|
||||||
Loading…
Reference in new issue