workspace.json fix

pull/1671/head
Joseph Izang 3 years ago
parent c66948a8ea
commit ca638ec31b
  1. 32
      workspace.json

@ -1126,7 +1126,6 @@
"linter": "eslint"
}
}
}
},
"cli": {
"defaultCollection": "@nrwl/react"
@ -1156,20 +1155,6 @@
"linter": "eslint"
}
},
"@nrwl/next": {
"application": {
"linter": "eslint"
}
},
"@nrwl/web": {
"application": {
"linter": "eslint"
}
},
"@nrwl/node": {
"application": {
"linter": "eslint"
},
"library": {
"linter": "eslint"
}
@ -1180,7 +1165,22 @@
}
},
"@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"
}
},

Loading…
Cancel
Save