Chore: update .eslintignore (#9694)

pull/9696/head
杨奕 2018-02-06 17:08:08 +08:00 committed by GitHub
parent 248b1bf8de
commit fa116490e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -6,3 +6,4 @@ node_modules
lib
coverage
*.md
*.scss

View File

@ -536,7 +536,7 @@
if (this.showSummary) {
return {
height: this.layout.tableHeight ? this.layout.tableHeight + 'px' : ''
}
};
}
return {
height: this.layout.viewportHeight ? this.layout.viewportHeight + 'px' : ''