fix workspace.json after rebase

pull/1671/head
Joseph Izang 3 years ago
parent 9ec01eb2ae
commit 017cb43d0c
  1. 77
      workspace.json

@ -1128,25 +1128,47 @@
} }
} }
}, },
"remix-ui-editor": { "cli": {
"root": "libs/remix-ui/editor", "defaultCollection": "@nrwl/react"
"sourceRoot": "libs/remix-ui/editor/src", },
"projectType": "library", "schematics": {
"schematics": {}, "@nrwl/workspace": {
"architect": { "library": {
"lint": { "linter": "eslint"
"builder": "@nrwl/linter:lint", }
"options": { },
"linter": "eslint", "@nrwl/cypress": {
"babel": true "cypress-project": {
}, "linter": "eslint"
"component": { }
"style": "css" },
}, "@nrwl/react": {
"library": { "application": {
"style": "css", "style": "css",
"linter": "eslint" "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": { "library": {
"linter": "eslint" "linter": "eslint"
@ -1158,22 +1180,7 @@
} }
}, },
"@nrwl/nest": { "@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" "linter": "eslint"
} }
}, },

Loading…
Cancel
Save