From 7c9acd767e60eaca6d4db58d398450ea62b43dd9 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 | 173 +++++++++++++++++-------------------------------- 1 file changed, 59 insertions(+), 114 deletions(-) diff --git a/workspace.json b/workspace.json index c50f469aab..e00c01ede9 100644 --- a/workspace.json +++ b/workspace.json @@ -1,71 +1,5 @@ { "version": 1, - "cli": { - "defaultCollection": "@nrwl/react" - }, - "defaultProject": "remix-ide", - "schematics": { - "@nrwl/workspace": { - "library": { - "linter": "eslint" - } - }, - "@nrwl/cypress": { - "cypress-project": { - "linter": "eslint" - } - }, - "@nrwl/react": { - "application": { - "style": "css", - "linter": "eslint", - "babel": true - }, - "component": { - "style": "css" - }, - "library": { - "style": "css", - "linter": "eslint" - } - }, - "@nrwl/next": { - "application": { - "linter": "eslint" - } - }, - "@nrwl/web": { - "application": { - "linter": "eslint" - } - }, - "@nrwl/node": { - "application": { - "linter": "eslint" - }, - "library": { - "linter": "eslint" - } - }, - "@nrwl/nx-plugin": { - "plugin": { - "linter": "eslint" - } - }, - "@nrwl/nest": { - "application": { - "linter": "eslint" - } - }, - "@nrwl/express": { - "application": { - "linter": "eslint" - }, - "library": { - "linter": "eslint" - } - } - }, "projects": { "remix-ide": { "root": "apps/remix-ide", @@ -832,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": { @@ -1203,38 +1137,33 @@ "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" @@ -1258,23 +1187,39 @@ ] } } - } - }, - "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}" - ] - } + }, + "@nrwl/web": { + "application": { + "linter": "eslint" + } + }, + "@nrwl/node": { + "application": { + "linter": "eslint" + }, + "library": { + "linter": "eslint" + } + }, + "@nrwl/nx-plugin": { + "plugin": { + "linter": "eslint" + } + }, + "@nrwl/nest": { + "application": { + "linter": "eslint" + } + }, + "@nrwl/express": { + "application": { + "linter": "eslint" + }, + "library": { + "linter": "eslint" } } - } - }, - "defaultProject": "remix-ide" + }, + "defaultProject": "remix-ide" + } }