Add run-tab config to workspace.json

yann300-patch-36
David Disu 3 years ago committed by yann300
parent 8a3ed3591d
commit c02d2eeef6
  1. 13
      workspace.json

@ -1155,6 +1155,19 @@
}
}
}
},
"remix-ui-run-tab": {
"root": "libs/remix-ui/run-tab",
"sourceRoot": "libs/remix-ui/run-tab/src",
"projectType": "library",
"architect": {
"lint": {
"builder": "@nrwl/linter:eslint",
"options": {
"lintFilePatterns": ["libs/remix-ui/run-tab/**/*.{ts,tsx,js,jsx}"]
}
}
}
}
},
"cli": {

Loading…
Cancel
Save