From ca638ec31b6200782301ad3183822139b5089253 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Tue, 26 Oct 2021 13:42:25 +0100 Subject: [PATCH] workspace.json fix --- workspace.json | 84 +++++++++++++++++++++++++------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/workspace.json b/workspace.json index ee59c73897..50dcf9084b 100644 --- a/workspace.json +++ b/workspace.json @@ -766,8 +766,8 @@ } }, "remix-ui-plugin-manager": { - "root": "libs/remix-ui/plugin-manager", - "sourceRoot": "libs/remix-ui/plugin-manager/src", + "root": "libs/remix-ui/plugin-manager", + "sourceRoot": "libs/remix-ui/plugin-manager/src", "projectType": "library", "schematics": {}, "architect": { @@ -1126,49 +1126,34 @@ "linter": "eslint" } } - } - }, - "cli": { - "defaultCollection": "@nrwl/react" - }, - "schematics": { - "@nrwl/workspace": { - "library": { - "linter": "eslint" - } }, - "@nrwl/cypress": { - "cypress-project": { - "linter": "eslint" - } + "cli": { + "defaultCollection": "@nrwl/react" }, - "@nrwl/react": { - "application": { - "style": "css", - "linter": "eslint", - "babel": true + "schematics": { + "@nrwl/workspace": { + "library": { + "linter": "eslint" + } }, - "component": { - "style": "css" + "@nrwl/cypress": { + "cypress-project": { + "linter": "eslint" + } }, - "library": { - "style": "css", - "linter": "eslint" - } - }, - "@nrwl/next": { - "application": { - "linter": "eslint" - } - }, - "@nrwl/web": { - "application": { - "linter": "eslint" - } - }, - "@nrwl/node": { - "application": { - "linter": "eslint" + "@nrwl/react": { + "application": { + "style": "css", + "linter": "eslint", + "babel": true + }, + "component": { + "style": "css" + }, + "library": { + "style": "css", + "linter": "eslint" + } }, "library": { "linter": "eslint" @@ -1180,7 +1165,22 @@ } }, "@nrwl/nest": { - "application": { + "application", + "remix-ui-vertical-icons-panel": { + "root": "libs/remix-ui/vertical-icons-panel", + "sourceRoot": "libs/remix-ui/vertical-icons-panel/src", + "projectType": "library", + "architect": { + "lint": { + "builder": "@nrwl/linter:eslint", + "options": { + "lintFilePatterns": [ + "libs/remix-ui/vertical-icons-panel/**/*.{ts,tsx,js,jsx}" + ] + } + } + } + }: { "linter": "eslint" } },