diff options
author | vturov <vturov@yandex-team.com> | 2023-07-04 11:32:23 +0300 |
---|---|---|
committer | vturov <vturov@yandex-team.com> | 2023-07-04 11:32:23 +0300 |
commit | 936c106520abdb0476529559db919854bafe4a0d (patch) | |
tree | 0d1c70e4e2e575a487cecb18d9a25b7848613663 /build/plugins/nots.py | |
parent | 05e65abc4b8a3bee7da3888db0808aed846ee4ba (diff) | |
download | ydb-936c106520abdb0476529559db919854bafe4a0d.tar.gz |
Убрать безусловный PEERDIR на eslint и typescript
Diffstat (limited to 'build/plugins/nots.py')
-rw-r--r-- | build/plugins/nots.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/plugins/nots.py b/build/plugins/nots.py index d246450d67..128a3ccac1 100644 --- a/build/plugins/nots.py +++ b/build/plugins/nots.py @@ -303,6 +303,8 @@ def _setup_eslint(unit): if not lint_files: return + unit.on_peerdir_ts_resource("eslint") + mod_dir = unit.get("MODDIR") lint_files = _resolve_module_files(unit, mod_dir, lint_files) deps = _create_pm(unit).get_peers_from_package_json() |