Skip to content

Commit 3cbf96d

Browse files
committed
[eslint config] [base] no-alert: add TODO comment
1 parent 5155aa5 commit 3cbf96d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config-airbnb-base/rules/best-practices.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ module.exports = {
6767

6868
// disallow the use of alert, confirm, and prompt
6969
// https://eslint.org/docs/rules/no-alert
70+
// TODO: enable, semver-major
7071
'no-alert': 'warn',
7172

7273
// disallow use of arguments.caller or arguments.callee

0 commit comments

Comments
 (0)