diff options
author | khoden <khoden@yandex-team.com> | 2024-04-22 12:11:13 +0300 |
---|---|---|
committer | khoden <khoden@yandex-team.com> | 2024-04-22 12:25:26 +0300 |
commit | 915f6d1c9c9826e2f24184576174ca99c4dee8be (patch) | |
tree | 91f346d956fab130c9090af8106c15e62840d2a7 /build/conf/ts/ts.conf | |
parent | 5aa38d7eeb8c62007fd61dd645e4c2511040b7dd (diff) | |
download | ydb-915f6d1c9c9826e2f24184576174ca99c4dee8be.tar.gz |
HOTFIX copy-paste error in configuration
71fdf13925af658c2bb0b7a7945d54c6e17963d7
Diffstat (limited to 'build/conf/ts/ts.conf')
-rw-r--r-- | build/conf/ts/ts.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/ts/ts.conf b/build/conf/ts/ts.conf index f819587468..8343f8077e 100644 --- a/build/conf/ts/ts.conf +++ b/build/conf/ts/ts.conf @@ -95,7 +95,7 @@ ESLINT_CONFIG_PATH=.eslintrc.js ### ### - ConfigPath - config path macro TS_ESLINT_CONFIG(ConfigName) { - SET(TS_GLOB_EXCLUDE_ADDITIONAL $GlobExpression) + SET(ESLINT_CONFIG_PATH $ConfigName) } _TS_LINT_SRCS_VALUE= |