From dcca874f2f1bae15e46e876565e1917af6c4c65f Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Sun, 19 Nov 2023 12:26:33 +0100 Subject: [PATCH] exclude tiny mce file --- src/Umbraco.Web.UI.Client/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/.eslintrc.json b/src/Umbraco.Web.UI.Client/.eslintrc.json index 414b2cf911..46fae82ab9 100644 --- a/src/Umbraco.Web.UI.Client/.eslintrc.json +++ b/src/Umbraco.Web.UI.Client/.eslintrc.json @@ -53,7 +53,7 @@ ], "local-rules/prefix-exported-constants": ["error", { - "excludedFileNames": ["umbraco-package"] + "excludedFileNames": ["umbraco-package", "input-tiny-mce.defaults"] // TODO: what to do about the tiny mce defaults? } ], "@typescript-eslint/no-non-null-assertion": "off",