From 407a4997f6563536188ddba8390abe632d0af970 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Mon, 4 Apr 2022 00:18:27 -0700 Subject: [PATCH] fix: :egg: Add `.htmlnanorc` for comments --- frontend/.htmlnanorc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 frontend/.htmlnanorc diff --git a/frontend/.htmlnanorc b/frontend/.htmlnanorc new file mode 100644 index 0000000..66d6d4a --- /dev/null +++ b/frontend/.htmlnanorc @@ -0,0 +1,3 @@ +{ + "removeComments": false +} \ No newline at end of file