Update checked-in dependencies
This commit is contained in:
parent
99c9f6a498
commit
e266801e21
242 changed files with 2638 additions and 9296 deletions
2
node_modules/eslint/lib/rules/indent.js
generated
vendored
2
node_modules/eslint/lib/rules/indent.js
generated
vendored
|
|
@ -1250,7 +1250,7 @@ module.exports = {
|
|||
|
||||
IfStatement(node) {
|
||||
addBlocklessNodeIndent(node.consequent);
|
||||
if (node.alternate && node.alternate.type !== "IfStatement") {
|
||||
if (node.alternate) {
|
||||
addBlocklessNodeIndent(node.alternate);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue