From af78ac0944db6dbe9000fa898c32b2a3f137da27 Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Tue, 28 Dec 2021 12:43:33 +0530 Subject: [PATCH] workspace.json update --- workspace.json | 85 -------------------------------------------------- 1 file changed, 85 deletions(-) diff --git a/workspace.json b/workspace.json index ce790524ea..f9b8362e9c 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", @@ -1183,24 +1117,6 @@ } } }, - "solidity-unit-testing": { - "root": "libs/remix-ui/solidity-unit-testing", - "sourceRoot": "libs/remix-ui/solidity-unit-testing/src", - "projectType": "library", - "architect": { - "lint": { - "builder": "@nrwl/linter:lint", - "options": { - "linter": "eslint", - "tsConfig": ["libs/remix-ui/solidity-unit-testing/tsconfig.lib.json"], - "exclude": [ - "**/node_modules/**", - "!libs/remix-ui/solidity-unit-testing/**/*" - ] - } - } - } - }, "remix-ui-editor-context-view": { "root": "libs/remix-ui/editor-context-view", "sourceRoot": "libs/remix-ui/editor-context-view/src", @@ -1253,4 +1169,3 @@ "defaultProject": "remix-ide" } } -