From ffc5d65f9f0f0e825688177425e526131aa84631 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Fri, 10 Nov 2023 12:22:25 +0100
Subject: [PATCH] Project => Enable ESLint

---
 inspectionProfiles/Project_Default.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inspectionProfiles/Project_Default.xml b/inspectionProfiles/Project_Default.xml
index cbd3562..03d9549 100644
--- a/inspectionProfiles/Project_Default.xml
+++ b/inspectionProfiles/Project_Default.xml
@@ -1,6 +1,6 @@
 <component name="InspectionProjectProfileManager">
   <profile version="1.0">
-    <inspection_tool class="SqlNoDataSourceInspection" enabled="false" level="WARNING" enabled_by_default="false" />
-    <inspection_tool class="SqlResolveInspection" enabled="false" level="ERROR" enabled_by_default="false" />
+    <option name="myName" value="Project Default" />
+    <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
   </profile>
 </component>
\ No newline at end of file
-- 
GitLab