poetic / meteor-reacterminator

Convert annotated html and css files to a functional meteor app.
15 stars 6 forks source link

ESLint complains about alerts, but we've decided to use system dialogs #9

Open khalidadil opened 8 years ago

khalidadil commented 8 years ago

Based on the no-alert rule, ESLint complains about alert, confirm, and prompt.

We should remove this rule to allow us to use native Javascript dialogs.

http://eslint.org/docs/rules/no-alert