workspace.json fix

pull/1671/head
Joseph Izang 3 years ago
parent 0619b28ca4
commit be854a243c
  1. 173
      workspace.json

@ -1,71 +1,5 @@
{ {
"version": 1, "version": 1,
"cli": {
"defaultCollection": "@nrwl/react"
},
"defaultProject": "remix-ide",
"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": {
"application": {
"linter": "eslint"
},
"library": {
"linter": "eslint"
}
},
"@nrwl/nx-plugin": {
"plugin": {
"linter": "eslint"
}
},
"@nrwl/nest": {
"application": {
"linter": "eslint"
}
},
"@nrwl/express": {
"application": {
"linter": "eslint"
},
"library": {
"linter": "eslint"
}
}
},
"projects": { "projects": {
"remix-ide": { "remix-ide": {
"root": "apps/remix-ide", "root": "apps/remix-ide",
@ -832,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": {
@ -1203,38 +1137,33 @@
"linter": "eslint" "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"
@ -1258,23 +1187,39 @@
] ]
} }
} }
} },
}, "@nrwl/web": {
"remix-ui-vertical-icons-panel": { "application": {
"root": "libs/remix-ui/vertical-icons-panel", "linter": "eslint"
"sourceRoot": "libs/remix-ui/vertical-icons-panel/src", }
"projectType": "library", },
"architect": { "@nrwl/node": {
"lint": { "application": {
"builder": "@nrwl/linter:eslint", "linter": "eslint"
"options": { },
"lintFilePatterns": [ "library": {
"libs/remix-ui/vertical-icons-panel/**/*.{ts,tsx,js,jsx}" "linter": "eslint"
] }
} },
"@nrwl/nx-plugin": {
"plugin": {
"linter": "eslint"
}
},
"@nrwl/nest": {
"application": {
"linter": "eslint"
}
},
"@nrwl/express": {
"application": {
"linter": "eslint"
},
"library": {
"linter": "eslint"
} }
} }
} },
}, "defaultProject": "remix-ide"
"defaultProject": "remix-ide" }
} }

Loading…
Cancel
Save