diff options
author | zaverden <[email protected]> | 2025-08-12 08:57:56 +0300 |
---|---|---|
committer | zaverden <[email protected]> | 2025-08-12 09:16:49 +0300 |
commit | 89279909221ae919ce74ad042a874b088deb7ae4 (patch) | |
tree | e89e15a59dc3ed83670e0b3df9f3cebfa1fb4efd | |
parent | 163dc2db694fd3ff48d415ee578c1068acc568df (diff) |
conf(feat): use SIZE for stylelint
commit_hash:07576f21c6372383a42fa16fab5a3e2c6057838c
-rw-r--r-- | build/plugins/nots.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/plugins/nots.py b/build/plugins/nots.py index 058f3c58337..14f64d589aa 100644 --- a/build/plugins/nots.py +++ b/build/plugins/nots.py @@ -224,6 +224,7 @@ TS_TEST_SPECIFIC_FIELDS = { df.Requirements.from_unit, ), TsTestType.TS_STYLELINT: ( + df.Size.from_unit, df.TsStylelintConfig.value, df.TestFiles.stylesheets, df.NodeModulesBundleFilename.value, |