소스 검색

fix(lint) ignore generated docs when linting

dev0
Saúl Ibarra Corretgé 6 달 전
부모
커밋
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…
취소
저장