mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 01:11:24 +01:00
18 lines
308 B
JSON
18 lines
308 B
JSON
[
|
|
{
|
|
"code": "missing-contenteditable-attribute",
|
|
"message": "'contenteditable' attribute is required for textContent and innerHTML two-way bindings",
|
|
"start": {
|
|
"line": 6,
|
|
"column": 3,
|
|
"character": 157
|
|
},
|
|
"end": {
|
|
"line": 6,
|
|
"column": 24,
|
|
"character": 178
|
|
},
|
|
"pos": 157
|
|
}
|
|
]
|