From 34b2e25357ae9a58ce332d0ebeacc005faebf040 Mon Sep 17 00:00:00 2001 From: TheAfroOfDoom Date: Fri, 1 Nov 2024 00:29:28 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20root=20linter=20not=20igno?= =?UTF-8?q?ring=20telemetry=20dir=20-=20it=20should=20have=20its=20own=20l?= =?UTF-8?q?inting=20(eventually=3F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintignore | 2 ++ .prettierignore | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.eslintignore b/.eslintignore index aa897f215..f23c2d074 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,5 @@ # Ignore datapack/resourcepack datapacks resourcepack + +telemetry diff --git a/.prettierignore b/.prettierignore index aa897f215..f23c2d074 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,5 @@ # Ignore datapack/resourcepack datapacks resourcepack + +telemetry