We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no-alert
1 parent 5155aa5 commit 3cbf96dCopy full SHA for 3cbf96d
packages/eslint-config-airbnb-base/rules/best-practices.js
@@ -67,6 +67,7 @@ module.exports = {
67
68
// disallow the use of alert, confirm, and prompt
69
// https://eslint.org/docs/rules/no-alert
70
+ // TODO: enable, semver-major
71
'no-alert': 'warn',
72
73
// disallow use of arguments.caller or arguments.callee
0 commit comments