mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 11:58:03 -05:00
[eslint config] [fix] s/no-case-declaration/no-case-declarations/g (from #712)
This commit is contained in:
@@ -25,7 +25,8 @@ module.exports = {
|
||||
// disallow use of arguments.caller or arguments.callee
|
||||
'no-caller': 2,
|
||||
// disallow lexical declarations in case/default clauses
|
||||
'no-case-declaration': 2,
|
||||
// http://eslint.org/docs/rules/no-case-declarations.html
|
||||
'no-case-declarations': 2,
|
||||
// disallow division operators explicitly at beginning of regular expression
|
||||
'no-div-regex': 0,
|
||||
// disallow else after a return in an if
|
||||
|
||||
Reference in New Issue
Block a user