|
|
|
@ -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'
|
|
|
|
})
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|