Commit fa116490 authored by 杨奕's avatar 杨奕 Committed by GitHub

Chore: update .eslintignore (#9694)

parent 248b1bf8
......@@ -6,3 +6,4 @@ node_modules
lib
coverage
*.md
*.scss
......@@ -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' : ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment