From 8664a628377f5c9f1e043a0a96ff9f4e0bb76ad0 Mon Sep 17 00:00:00 2001 From: Anders Windelhed Date: Wed, 24 Jan 2024 10:46:14 +0100 Subject: [PATCH] Removing section for graphql files --- index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.js b/index.js index 9b90f18..8356d1b 100644 --- a/index.js +++ b/index.js @@ -135,10 +135,6 @@ const eslintRules = { '^\\.(?!/?$)', '^\\./?$', ], - // Graphql imports - [ - '^.+\\.?(graphql)$', - ], // SVG imports [ '^.+\\.?(svg)$',