From 10accd0460e874fcc6c58e5cbcca5987df173769 Mon Sep 17 00:00:00 2001 From: Brian Sokol Date: Mon, 6 May 2024 14:50:53 -0500 Subject: [PATCH] fix typo in ignore --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index b8438302..f441d1e1 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -10,7 +10,7 @@ const config = [ "node_modules/", ".github/", "packages/", - "samples/" + "sample/" ] }, ...workleapPlugin.configs.monorepoWorkspace