You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/make/lib/lint/javascript/Makefile
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,11 @@ include $(TOOLS_MAKE_LIB_DIR)/lint/javascript/eslint.mk
27
27
#/
28
28
# Lints JavaScript files.
29
29
#
30
+
# ## Notes
31
+
#
32
+
# - This rule supports the environment variables supported by each context-specific (`lint-javascript-<context>`) prerequisite.
33
+
# - This rule is useful when wanting to glob for files, irrespective of context, for a particular package in order to lint all contained JavaScript files.
0 commit comments