From 6f16dafc01a248ac39d450ecf56ae73274757644 Mon Sep 17 00:00:00 2001 From: Dirk Baeumer Date: Thu, 26 Mar 2020 15:38:24 +0100 Subject: [PATCH] Fix eslint ignore --- lsp-sample/.eslintignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lsp-sample/.eslintignore b/lsp-sample/.eslintignore index 3c57df2d..1d390969 100644 --- a/lsp-sample/.eslintignore +++ b/lsp-sample/.eslintignore @@ -1,5 +1,5 @@ -node_modules\** -client\node_modules\** -client\out\** -server\node_modules\** -server\out\** \ No newline at end of file +node_modules/** +client/node_modules/** +client/out/** +server/node_modules/** +server/out/** \ No newline at end of file