From 413595a892280aec4013a89773b83cdaeaeec7ea Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Tue, 14 Dec 2021 14:04:05 +0100 Subject: [PATCH] fix linting issue --- workspace.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/workspace.json b/workspace.json index 22600e7994..07771a2e6c 100644 --- a/workspace.json +++ b/workspace.json @@ -1060,10 +1060,11 @@ "projectType": "library", "architect": { "lint": { - "builder": "@nrwl/linter:eslint", + "builder": "@nrwl/linter:lint", "options": { - "lintFilePatterns": [ - "libs/remix-ui/vertical-icons-panel/**/*.{ts,tsx,js,jsx}" + "linter": "eslint", + "tsConfig": ["libs/remix-ui/theme-module/tsconfig.lib.json"], + "exclude": ["**/node_modules/**", "!libs/remix-ui/theme-module/**/*"] ] } }