From 1a8c7dad5f93f8de99473e5b1b4ce06a676aba7f Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Sun, 21 May 2023 10:27:36 -0700 Subject: [PATCH] Update .eslintrc.json to include xterm-addon-unicode-graphemes/benchmark --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 936fec8c..37aee4fa 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -28,6 +28,7 @@ "addons/xterm-addon-unicode11/test/tsconfig.json", "addons/xterm-addon-unicode-graphemes/src/tsconfig.json", "addons/xterm-addon-unicode-graphemes/test/tsconfig.json", + "addons/xterm-addon-unicode-graphemes/benchmark/tsconfig.json", "addons/xterm-addon-web-links/src/tsconfig.json", "addons/xterm-addon-web-links/test/tsconfig.json", "addons/xterm-addon-webgl/src/tsconfig.json",