Browse Source

New eslint suite: remove unneeded old references
bb11084ac0472d18fb06fe65a35363f2e704e1ab

vturov 10 months ago
parent
commit
a6e62482c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/plugins/nots.py

+ 1 - 1
build/plugins/nots.py

@@ -386,7 +386,7 @@ def _setup_eslint(unit):
         "LINT-FILE-PROCESSING-TIME": str(ESLINT_FILE_PROCESSING_TIME_DEFAULT),
     }
 
-    _add_test(unit, "eslint.new", lint_files, deps, test_record, mod_dir)
+    _add_test(unit, "eslint", lint_files, deps, test_record, mod_dir)
     unit.set(["TEST_RECIPES_VALUE", user_recipes])