The problem is that confirm is believed to be a confusing-browser-globals.
The quick solution is to insert window before confirm:
window.confirm(...
The problem is that confirm is believed to be a confusing-browser-globals.
The quick solution is to insert window before confirm: