We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3addd89 commit 8219b1dCopy full SHA for 8219b1d
modules/eslint-plugin/schematics/ng-add/index.ts
@@ -41,7 +41,7 @@ Please see ${docs} to configure the NgRx ESLint Plugin.
41
context.logger.info(`
42
The NgRx ESLint Plugin is installed and configured with the '${schema.config}' config.
43
44
- If you want to change the configuration, please see ${docs}.
+ Take a look at the docs at ${docs} if you want to change the default configuration.
45
`);
46
return host;
47
} catch (err) {
0 commit comments