mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 04:48:12 -05:00
[eslint config] [breaking] error on debugger statements
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = {
|
||||
// disallow control characters in regular expressions
|
||||
'no-control-regex': 2,
|
||||
// disallow use of debugger
|
||||
'no-debugger': 1,
|
||||
'no-debugger': 2,
|
||||
// disallow duplicate arguments in functions
|
||||
'no-dupe-args': 2,
|
||||
// disallow duplicate keys when creating object literals
|
||||
|
||||
Reference in New Issue
Block a user