Просмотр исходного кода

fix(lint) ignore generated docs when linting

dev0
Saúl Ibarra Corretgé 6 месяцев назад
Родитель
Сommit
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

Загрузка…
Отмена
Сохранить