workspace.json fix

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

@ -766,8 +766,8 @@
}
},
"remix-ui-plugin-manager": {
"root": "libs/remix-ui/plugin-manager",
"sourceRoot": "libs/remix-ui/plugin-manager/src",
"root": "libs/remix-ui/plugin-manager",
"sourceRoot": "libs/remix-ui/plugin-manager/src",
"projectType": "library",
"schematics": {},
"architect": {
@ -1126,49 +1126,34 @@
"linter": "eslint"
}
}
}
},
"cli": {
"defaultCollection": "@nrwl/react"
},
"schematics": {
"@nrwl/workspace": {
"library": {
"linter": "eslint"
}
},
"@nrwl/cypress": {
"cypress-project": {
"linter": "eslint"
}
"cli": {
"defaultCollection": "@nrwl/react"
},
"@nrwl/react": {
"application": {
"style": "css",
"linter": "eslint",
"babel": true
"schematics": {
"@nrwl/workspace": {
"library": {
"linter": "eslint"
}
},
"component": {
"style": "css"
"@nrwl/cypress": {
"cypress-project": {
"linter": "eslint"
}
},
"library": {
"style": "css",
"linter": "eslint"
}
},
"@nrwl/next": {
"application": {
"linter": "eslint"
}
},
"@nrwl/web": {
"application": {
"linter": "eslint"
}
},
"@nrwl/node": {
"application": {
"linter": "eslint"
"@nrwl/react": {
"application": {
"style": "css",
"linter": "eslint",
"babel": true
},
"component": {
"style": "css"
},
"library": {
"style": "css",
"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