pull/7149/head
Simon H 4 years ago committed by GitHub
parent 667e43cf08
commit aa88164c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -213,9 +213,9 @@ export default {
invalid_rest_eachblock_binding: (rest_element_name: string) => ({ invalid_rest_eachblock_binding: (rest_element_name: string) => ({
code: 'invalid-rest-eachblock-binding', code: 'invalid-rest-eachblock-binding',
message: `...${rest_element_name} operator will create a new object and binding propagation with original object will not work` message: `...${rest_element_name} operator will create a new object and binding propagation with original object will not work`
}, }),
avoid_mouse_events_on_document: { avoid_mouse_events_on_document: {
code: 'avoid-mouse-events-on-document', code: 'avoid-mouse-events-on-document',
message: 'Mouse enter/leave events on the document are not supported in all browsers and should be avoided' message: 'Mouse enter/leave events on the document are not supported in all browsers and should be avoided'
}) }
}; };

Loading…
Cancel
Save