misplaced comma in workspace.json

pull/1671/head
Joseph Izang 3 years ago
parent be854a243c
commit 1b9b095e41
  1. 86
      workspace.json

@ -766,8 +766,8 @@
} }
}, },
"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": {},
"architect": { "architect": {
@ -1200,26 +1200,74 @@
"library": { "library": {
"linter": "eslint" "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
}, },
"@nrwl/nx-plugin": { "component": {
"plugin": { "style": "css"
"linter": "eslint"
}
}, },
"@nrwl/nest": { "library": {
"application": { "style": "css",
"linter": "eslint" "linter": "eslint"
} }
},
"@nrwl/next": {
"application": {
"linter": "eslint"
}
},
"@nrwl/web": {
"application": {
"linter": "eslint"
}
},
"@nrwl/node": {
"application": {
"linter": "eslint"
}, },
"@nrwl/express": { "library": {
"application": { "linter": "eslint"
"linter": "eslint"
},
"library": {
"linter": "eslint"
}
} }
}, },
"defaultProject": "remix-ide" "@nrwl/nx-plugin": {
} "plugin": {
"linter": "eslint"
}
},
"@nrwl/nest": {
"application": {
"linter": "eslint"
}
},
"@nrwl/express": {
"application": {
"linter": "eslint"
},
"library": {
"linter": "eslint"
}
}
},
"defaultProject": "remix-ide"
} }

Loading…
Cancel
Save