浏览代码

Chore: update .eslintignore (#9694)

杨奕 7 年之前
父节点
当前提交
fa116490e3
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      .eslintignore
  2. 1 1
      packages/table/src/table.vue

+ 1 - 0
.eslintignore

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

+ 1 - 1
packages/table/src/table.vue

@@ -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' : ''