From 34933142cf73e9e0b578c69207fc53cea9ba8a77 Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Mon, 29 May 2023 22:39:54 +0200 Subject: [PATCH] fmt --- .eslintrc.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index c9bc5cb0..ff02d6e7 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -4,7 +4,7 @@ module.exports = { parserOptions: { ecmaVersion: 6, sourceType: "module", - project: './tsconfig.json', + project: "./tsconfig.json", }, extends: [ "eslint:recommended",