id: no-alert
valid:
  - 'console.log("hello")'
  - 'window.alert("hi")'
invalid:
  - 'alert("hello")'
  - 'alert(1, 2, 3)'
