misplaced comma in workspace.json

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

@ -1193,6 +1193,55 @@
"linter": "eslint" "linter": "eslint"
} }
}, },
"@nrwl/node": {
"application": {
"linter": "eslint"
},
"library": {
"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": { "@nrwl/node": {
"application": { "application": {
"linter": "eslint" "linter": "eslint"
@ -1222,4 +1271,3 @@
}, },
"defaultProject": "remix-ide" "defaultProject": "remix-ide"
} }
}

Loading…
Cancel
Save