From 8b1df7ce85462d056812b0431e635be0606773ee Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Mon, 20 May 2024 22:30:05 +0200 Subject: [PATCH] fix: add node to eslint --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 71251141..cf237947 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,5 +1,6 @@ { "env": { + "node": true, "browser": true, "es2021": true },