Is there a way to perman…

less than 1 minute read

Is there a way to permanently change the defaults for generating libs within a workspace? I’m using the @nrwl/react:library and I’m referring to options like --no-component --linter=eslint

Responses:

There’s a schematics entry in the workspace.json file which describes the default values you want to use for each schematic.

Updated: