Skip to content

Commit

Permalink
fix(nx): fix the default linter for express package
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Aug 10, 2019
1 parent d2fc5cd commit 4e0602a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workspace/src/schematics/preset/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ function setDefaultLinter(linter: string) {
json.schematics['@nrwl/web'] = { application: { linter } };
json.schematics['@nrwl/node'] = { application: { linter } };
json.schematics['@nrwl/nest'] = { application: { linter } };
json.schematics['@nrwl/workspace'] = { application: { linter } };
json.schematics['@nrwl/express'] = { application: { linter } };
return json;
});
}
Expand Down

0 comments on commit 4e0602a

Please sign in to comment.