From 883cc4408745aff766270e006787ff057a442ca4 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 16 May 2022 22:40:18 -0700 Subject: [PATCH] fixed linting --- frontend/.eslintrc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.eslintrc.yml b/frontend/.eslintrc.yml index 8c08fc3..78d9015 100644 --- a/frontend/.eslintrc.yml +++ b/frontend/.eslintrc.yml @@ -1,7 +1,7 @@ parser: '@typescript-eslint/parser' parserOptions: project: - - frontend/tsconfig.json + - tsconfig.json extends: - 'plugin:@typescript-eslint/all' plugins: