misplaced comma in workspace.json

pull/1671/head
Joseph Izang 3 years ago
parent ca638ec31b
commit 39fce3960b
  1. 33
      workspace.json

@ -766,8 +766,8 @@
} }
}, },
"remix-ui-plugin-manager": { "remix-ui-plugin-manager": {
"root": "libs/remix-ui/plugin-manager", "root": "libs/remix-ui/plugin-manager",
"sourceRoot": "libs/remix-ui/plugin-manager/src", "sourceRoot": "libs/remix-ui/plugin-manager/src",
"projectType": "library", "projectType": "library",
"schematics": {}, "schematics": {},
"architect": { "architect": {
@ -1126,24 +1126,17 @@
"linter": "eslint" "linter": "eslint"
} }
} }
}, }
"cli": { },
"defaultCollection": "@nrwl/react" "remix-ui-editor": {
}, "root": "libs/remix-ui/editor",
"schematics": { "sourceRoot": "libs/remix-ui/editor/src",
"@nrwl/workspace": { "projectType": "library",
"library": { "schematics": {},
"linter": "eslint" "architect": {
} "lint": {
}, "builder": "@nrwl/linter:lint",
"@nrwl/cypress": { "options": {
"cypress-project": {
"linter": "eslint"
}
},
"@nrwl/react": {
"application": {
"style": "css",
"linter": "eslint", "linter": "eslint",
"babel": true "babel": true
}, },

Loading…
Cancel
Save