chore: update ESLint (#9124)

* chore: update ESLint

* chore: update eslint ignore
This commit is contained in:
cinwell.li
2018-01-05 16:53:02 +08:00
committed by 杨奕
parent 5e06a1a463
commit be3dcbfc4c
32 changed files with 606 additions and 278 deletions

View File

@@ -50,7 +50,7 @@
this.setActiveNames(
(this.activeNames[0] || this.activeNames[0] === 0) &&
this.activeNames[0] === item.name
? '' : item.name
? '' : item.name
);
} else {
let activeNames = this.activeNames.slice(0);