瀏覽代碼

fix(lint) ignore generated docs when linting

dev0
Saúl Ibarra Corretgé 8 月之前
父節點
當前提交
9ad2f53c11
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2
    3
      .eslintignore

+ 2
- 3
.eslintignore 查看文件

3
 dist/
3
 dist/
4
 types/
4
 types/
5
 
5
 
6
-# Third-party source code which we (1) do not want to modify or (2) try to
7
-# modify as little as possible.
8
-doc/example/libs/*
6
+doc
7
+docs
9
 
8
 
10
 # ESLint will by default ignore its own configuration file. However, there does
9
 # ESLint will by default ignore its own configuration file. However, there does
11
 # not seem to be a reason why we will want to risk being inconsistent with our
10
 # not seem to be a reason why we will want to risk being inconsistent with our

Loading…
取消
儲存