Sfoglia il codice sorgente

fix(lint) ignore generated docs when linting

dev0
Saúl Ibarra Corretgé 6 mesi fa
parent
commit
9ad2f53c11
1 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2
    3
      .eslintignore

+ 2
- 3
.eslintignore Vedi File

@@ -3,9 +3,8 @@ lib-jitsi-meet.*
3 3
 dist/
4 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 9
 # ESLint will by default ignore its own configuration file. However, there does
11 10
 # not seem to be a reason why we will want to risk being inconsistent with our

Loading…
Annulla
Salva