pull/4291/head
Simon Holthausen 4 years ago
parent 4242f00105
commit 07ed348559

@ -66,7 +66,7 @@ export default {
},
missing_contenteditable_attribute: {
code: 'missing-contenteditable-attribute',
message: '\'contenteditable\' attribute is required for textContent and innerHTML two-way bindings'
message: '\'contenteditable\' attribute is required for textContent, innerHTML and innerText two-way bindings'
},
dynamic_contenteditable_attribute: {
code: 'dynamic-contenteditable-attribute',

@ -1,7 +1,7 @@
[
{
"code": "missing-contenteditable-attribute",
"message": "'contenteditable' attribute is required for textContent/innerHTML/innerText two-way bindings",
"message": "'contenteditable' attribute is required for textContent, innerHTML and innerText two-way bindings",
"start": {
"line": 6,
"column": 3

Loading…
Cancel
Save