From 52b9c0aba73a410bc437c1fd662cbfeb5715c418 Mon Sep 17 00:00:00 2001 From: Werner Fleischer <70745309+wfleischer@users.noreply.github.com> Date: Mon, 24 Apr 2023 10:20:20 +0200 Subject: [PATCH] eslintrc: convert to json format --- .eslintrc.js => .eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .eslintrc.js => .eslintrc.json (93%) diff --git a/.eslintrc.js b/.eslintrc.json similarity index 93% rename from .eslintrc.js rename to .eslintrc.json index e5c1d1d..ad5651d 100644 --- a/.eslintrc.js +++ b/.eslintrc.json @@ -1,4 +1,4 @@ -module.exports = { +{ "env": { "node": true, "es2021": true @@ -14,5 +14,5 @@ module.exports = { }, "plugins": [ "@typescript-eslint" - ], + ] }