workspace.json fix

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

@ -766,7 +766,7 @@
} }
}, },
"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": {},
@ -1126,49 +1126,34 @@
"linter": "eslint" "linter": "eslint"
} }
} }
}
},
"cli": {
"defaultCollection": "@nrwl/react"
},
"schematics": {
"@nrwl/workspace": {
"library": {
"linter": "eslint"
}
}, },
"@nrwl/cypress": { "cli": {
"cypress-project": { "defaultCollection": "@nrwl/react"
"linter": "eslint"
}
}, },
"@nrwl/react": { "schematics": {
"application": { "@nrwl/workspace": {
"style": "css", "library": {
"linter": "eslint", "linter": "eslint"
"babel": true }
}, },
"component": { "@nrwl/cypress": {
"style": "css" "cypress-project": {
"linter": "eslint"
}
}, },
"library": { "@nrwl/react": {
"style": "css", "application": {
"linter": "eslint" "style": "css",
} "linter": "eslint",
}, "babel": true
"@nrwl/next": { },
"application": { "component": {
"linter": "eslint" "style": "css"
} },
}, "library": {
"@nrwl/web": { "style": "css",
"application": { "linter": "eslint"
"linter": "eslint" }
}
},
"@nrwl/node": {
"application": {
"linter": "eslint"
}, },
"library": { "library": {
"linter": "eslint" "linter": "eslint"
@ -1180,7 +1165,22 @@
} }
}, },
"@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