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

Loading…
Cancel
Save