pgAdmin 4 commit: Using the '.eslintignore' config file for excludingt

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Using the '.eslintignore' config file for excludingt
Дата
Msg-id E1fJCKO-0003cp-1e@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Using the '.eslintignore' config file for excluding the temporary,
vendor specific, and templates files, instead of writing our own logic
to do so.

Patch by: Anthony & Joao
Reviewed by: Khushboo

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=a7ee85619dfd4cf42a43919beeb1cd1680f46d53
Author: Anthony Emengo <aemengo@pivotal.io>

Modified Files
--------------
web/.eslintignore |  5 +++++
web/package.json  |  2 +-
web/pga_eslint.js | 44 --------------------------------------------
3 files changed, 6 insertions(+), 45 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Khushboo Vashi
Дата:
Сообщение: Re: [pgadmin4][patch] Use ESLinter options instead of using Javascript
Следующее
От: Ashesh Vashi
Дата:
Сообщение: Re: [pgadmin4][patch] Use ESLinter options instead of using Javascript