Преглед изворни кода

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,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…
Откажи
Сачувај