From 15e267bf411de47c5f32f9408ed530b28eeb093b Mon Sep 17 00:00:00 2001 From: nartc Date: Mon, 15 Jul 2024 08:07:19 -0500 Subject: [PATCH] chore: rename warning to warn --- libs/plugin/.eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/plugin/.eslintrc.json b/libs/plugin/.eslintrc.json index 4860b7f3..6259141e 100644 --- a/libs/plugin/.eslintrc.json +++ b/libs/plugin/.eslintrc.json @@ -19,7 +19,7 @@ "parser": "jsonc-eslint-parser", "rules": { "@nx/dependency-checks": [ - "warning", + "warn", { "ignoredDependencies": [ "tslib", @@ -36,7 +36,7 @@ "files": ["./package.json", "./generators.json"], "parser": "jsonc-eslint-parser", "rules": { - "@nx/nx-plugin-checks": "warning" + "@nx/nx-plugin-checks": "warn" } } ]