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

Chore: update .eslintignore (#9694)

parent 248b1bf8
...@@ -6,3 +6,4 @@ node_modules ...@@ -6,3 +6,4 @@ node_modules
lib lib
coverage coverage
*.md *.md
*.scss
...@@ -536,7 +536,7 @@ ...@@ -536,7 +536,7 @@
if (this.showSummary) { if (this.showSummary) {
return { return {
height: this.layout.tableHeight ? this.layout.tableHeight + 'px' : '' height: this.layout.tableHeight ? this.layout.tableHeight + 'px' : ''
} };
} }
return { return {
height: this.layout.viewportHeight ? this.layout.viewportHeight + 'px' : '' 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