From 4f521b29d62f596b712b5a9d6cbdcca720c4091a Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Sat, 4 Jul 2020 20:15:09 +0100 Subject: [PATCH] Set correect eslintrc path for remix-ide --- workspace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace.json b/workspace.json index 5469c2f6a4..60af8eb98c 100644 --- a/workspace.json +++ b/workspace.json @@ -64,7 +64,7 @@ "builder": "@nrwl/linter:lint", "options": { "linter": "eslint", - "config": "apps/remix-ide/.eslintrc.json", + "config": "apps/remix-ide/.eslintrc", "files": [ "apps/remix-ide/**/*.js" ],