From a092549c15efe0da2eece877cd4a88151a25af63 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 10 Aug 2021 16:49:19 +0200 Subject: [PATCH] add something for linting --- jsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jsconfig.json b/jsconfig.json index e69de29..1d3148f 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -0,0 +1,5 @@ +"eslint.validate": [ + "javascript", + "javascriptreact", + "vue" +]