From 8ca91d6303cc2a9a16bebf94411a9fd563fd766a Mon Sep 17 00:00:00 2001 From: "Ashley Engelund (weedySeaDragon @ github)" Date: Fri, 9 Sep 2022 18:32:26 -0700 Subject: [PATCH] add eslint-disable no-console for file --- src/docs.mts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/docs.mts b/src/docs.mts index dfd6a761f..dc7ec29e3 100644 --- a/src/docs.mts +++ b/src/docs.mts @@ -1,3 +1,5 @@ +/* eslint-disable no-console */ + /** * @file Transform documentation source files into files suitable for publishing and optionally copy * the transformed files from the source directory to the directory used for the final, published