From 283ffe7fad1cc28bee6c440a95ca17a5d4c93bb6 Mon Sep 17 00:00:00 2001 From: Gloria Hornero Date: Mon, 4 May 2020 21:08:06 +0200 Subject: [PATCH] improves eslint comment --- x-pack/plugins/siem/cypress/objects/rule.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/siem/cypress/objects/rule.ts b/x-pack/plugins/siem/cypress/objects/rule.ts index 1f9e98512af4051..d70af2d2cc351f4 100644 --- a/x-pack/plugins/siem/cypress/objects/rule.ts +++ b/x-pack/plugins/siem/cypress/objects/rule.ts @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the Elastic License. */ -// eslint-disable-next-line +// eslint-disable-next-line @kbn/eslint/no-restricted-paths import { rawRules } from '../../server/lib/detection_engine/rules/prepackaged_rules/index'; export const totalNumberOfPrebuiltRules = rawRules.length;