From 8e873b077236df6c8e39ff267ac148cf87983ec0 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Thu, 15 Apr 2021 12:26:47 -0600 Subject: [PATCH] bug: include jsx --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 78af930..f6480ee 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,7 +9,8 @@ "never", { "json": "ignorePackages", - "css": "ignorePackages" + "css": "ignorePackages", + "jsx": "never" } ] }