diff --git a/docs/generated/packages/angular/generators/application.json b/docs/generated/packages/angular/generators/application.json index 1ad2ebc015d2d..ddc27ec116055 100644 --- a/docs/generated/packages/angular/generators/application.json +++ b/docs/generated/packages/angular/generators/application.json @@ -108,7 +108,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application." + "description": "Add tags to the application (used for linting)." }, "linter": { "description": "The tool to use for running lint checks.", diff --git a/docs/generated/packages/angular/generators/host.json b/docs/generated/packages/angular/generators/host.json index fea78bec5d4cc..856524fd58520 100644 --- a/docs/generated/packages/angular/generators/host.json +++ b/docs/generated/packages/angular/generators/host.json @@ -115,7 +115,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application." + "description": "Add tags to the application (used for linting)." }, "linter": { "description": "The tool to use for running lint checks.", diff --git a/docs/generated/packages/angular/generators/library.json b/docs/generated/packages/angular/generators/library.json index 9fe90f1405177..adde6fab5bb11 100644 --- a/docs/generated/packages/angular/generators/library.json +++ b/docs/generated/packages/angular/generators/library.json @@ -89,7 +89,10 @@ "description": "Path to the parent route configuration using `loadChildren` or `children`, depending on what `lazy` is set to.", "x-priority": "important" }, - "tags": { "type": "string", "description": "Add tags to the library." }, + "tags": { + "type": "string", + "description": "Add tags to the library (used for linting)." + }, "unitTestRunner": { "type": "string", "enum": ["jest", "none"], diff --git a/docs/generated/packages/angular/generators/remote.json b/docs/generated/packages/angular/generators/remote.json index 938a3bdd0065f..793a89111aa0d 100644 --- a/docs/generated/packages/angular/generators/remote.json +++ b/docs/generated/packages/angular/generators/remote.json @@ -109,7 +109,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application." + "description": "Add tags to the application (used for linting)." }, "linter": { "description": "The tool to use for running lint checks.", diff --git a/docs/generated/packages/expo/generators/application.json b/docs/generated/packages/expo/generators/application.json index 6feee1d1bbfd5..94ae26f44b2c8 100644 --- a/docs/generated/packages/expo/generators/application.json +++ b/docs/generated/packages/expo/generators/application.json @@ -53,7 +53,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application", + "description": "Add tags to the application (used for linting)", "alias": "t" }, "js": { diff --git a/docs/generated/packages/expo/generators/library.json b/docs/generated/packages/expo/generators/library.json index 0110484fdaa35..b3976b6ae037b 100644 --- a/docs/generated/packages/expo/generators/library.json +++ b/docs/generated/packages/expo/generators/library.json @@ -40,7 +40,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the library.", + "description": "Add tags to the library (used for linting).", "alias": "t" }, "skipFormat": { diff --git a/docs/generated/packages/express/generators/application.json b/docs/generated/packages/express/generators/application.json index 9df851b3fc3c9..10336208f37f7 100644 --- a/docs/generated/packages/express/generators/application.json +++ b/docs/generated/packages/express/generators/application.json @@ -44,7 +44,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application." + "description": "Add tags to the application (used for linting)." }, "frontendProject": { "type": "string", diff --git a/docs/generated/packages/js/generators/library.json b/docs/generated/packages/js/generators/library.json index 65098f4d9d4a3..78223d2c7aaa2 100644 --- a/docs/generated/packages/js/generators/library.json +++ b/docs/generated/packages/js/generators/library.json @@ -33,7 +33,10 @@ "description": "Test runner to use for unit tests.", "x-prompt": "Which unit test runner would you like to use?" }, - "tags": { "type": "string", "description": "Add tags to the library." }, + "tags": { + "type": "string", + "description": "Add tags to the library (used for linting)." + }, "skipFormat": { "description": "Skip formatting files.", "type": "boolean", diff --git a/docs/generated/packages/nest/generators/application.json b/docs/generated/packages/nest/generators/application.json index 16f4ca48bda72..6350158831da0 100644 --- a/docs/generated/packages/nest/generators/application.json +++ b/docs/generated/packages/nest/generators/application.json @@ -50,7 +50,7 @@ "default": "jest" }, "tags": { - "description": "Add tags to the application.", + "description": "Add tags to the application (used for linting).", "type": "string" }, "frontendProject": { diff --git a/docs/generated/packages/nest/generators/library.json b/docs/generated/packages/nest/generators/library.json index 21d0b742fdcf7..2fe5b804d4fa7 100644 --- a/docs/generated/packages/nest/generators/library.json +++ b/docs/generated/packages/nest/generators/library.json @@ -39,7 +39,7 @@ "default": "jest" }, "tags": { - "description": "Add tags to the library.", + "description": "Add tags to the library (used for linting).", "type": "string", "alias": "t" }, diff --git a/docs/generated/packages/next/generators/application.json b/docs/generated/packages/next/generators/application.json index 6f5ac0fd401bc..5ad1db11b4e52 100644 --- a/docs/generated/packages/next/generators/application.json +++ b/docs/generated/packages/next/generators/application.json @@ -90,7 +90,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application.", + "description": "Add tags to the application (used for linting).", "alias": "t" }, "js": { diff --git a/docs/generated/packages/next/generators/library.json b/docs/generated/packages/next/generators/library.json index 70665455c6298..f06dff5a6173c 100644 --- a/docs/generated/packages/next/generators/library.json +++ b/docs/generated/packages/next/generators/library.json @@ -75,7 +75,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the library.", + "description": "Add tags to the library (used for linting).", "alias": "t" }, "skipFormat": { diff --git a/docs/generated/packages/node/generators/application.json b/docs/generated/packages/node/generators/application.json index 7bac364144beb..a2bbe09416a60 100644 --- a/docs/generated/packages/node/generators/application.json +++ b/docs/generated/packages/node/generators/application.json @@ -47,7 +47,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application." + "description": "Add tags to the application (used for linting)." }, "frontendProject": { "type": "string", diff --git a/docs/generated/packages/node/generators/library.json b/docs/generated/packages/node/generators/library.json index 1fb4a0a0645d6..47c5f4a86eab8 100644 --- a/docs/generated/packages/node/generators/library.json +++ b/docs/generated/packages/node/generators/library.json @@ -45,7 +45,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the library.", + "description": "Add tags to the library (used for linting).", "alias": "t" }, "skipFormat": { diff --git a/docs/generated/packages/nx-plugin/generators/plugin.json b/docs/generated/packages/nx-plugin/generators/plugin.json index aeca396c68232..e6df079e46662 100644 --- a/docs/generated/packages/nx-plugin/generators/plugin.json +++ b/docs/generated/packages/nx-plugin/generators/plugin.json @@ -45,7 +45,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the library.", + "description": "Add tags to the library (used for linting).", "alias": "t" }, "skipFormat": { diff --git a/docs/generated/packages/react-native/generators/application.json b/docs/generated/packages/react-native/generators/application.json index 4c874aabe76eb..318198dc3ca72 100644 --- a/docs/generated/packages/react-native/generators/application.json +++ b/docs/generated/packages/react-native/generators/application.json @@ -53,7 +53,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application.", + "description": "Add tags to the application (used for linting).", "alias": "t" }, "js": { diff --git a/docs/generated/packages/react-native/generators/library.json b/docs/generated/packages/react-native/generators/library.json index 48462d25f9919..906eb413a0a93 100644 --- a/docs/generated/packages/react-native/generators/library.json +++ b/docs/generated/packages/react-native/generators/library.json @@ -42,7 +42,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the library.", + "description": "Add tags to the library (used for linting).", "alias": "t" }, "skipFormat": { diff --git a/docs/generated/packages/react/generators/application.json b/docs/generated/packages/react/generators/application.json index 32ef2b620837d..e58345ab6d24c 100644 --- a/docs/generated/packages/react/generators/application.json +++ b/docs/generated/packages/react/generators/application.json @@ -118,7 +118,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application.", + "description": "Add tags to the application (used for linting).", "alias": "t" }, "pascalCaseFiles": { diff --git a/docs/generated/packages/react/generators/host.json b/docs/generated/packages/react/generators/host.json index d6f0ccbca9a65..802c15f41a8a7 100644 --- a/docs/generated/packages/react/generators/host.json +++ b/docs/generated/packages/react/generators/host.json @@ -93,7 +93,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application.", + "description": "Add tags to the application (used for linting).", "alias": "t" }, "pascalCaseFiles": { diff --git a/docs/generated/packages/react/generators/library.json b/docs/generated/packages/react/generators/library.json index ad53b9ec60a7e..35b01e811a9ca 100644 --- a/docs/generated/packages/react/generators/library.json +++ b/docs/generated/packages/react/generators/library.json @@ -90,7 +90,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the library.", + "description": "Add tags to the library (used for linting).", "alias": "t" }, "skipFormat": { diff --git a/docs/generated/packages/react/generators/remote.json b/docs/generated/packages/react/generators/remote.json index 556113f67742a..bcc76f7936198 100644 --- a/docs/generated/packages/react/generators/remote.json +++ b/docs/generated/packages/react/generators/remote.json @@ -98,7 +98,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application.", + "description": "Add tags to the application (used for linting).", "alias": "t" }, "pascalCaseFiles": { diff --git a/docs/generated/packages/web/generators/application.json b/docs/generated/packages/web/generators/application.json index da283b31614bc..490f73fe8e317 100644 --- a/docs/generated/packages/web/generators/application.json +++ b/docs/generated/packages/web/generators/application.json @@ -89,7 +89,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application" + "description": "Add tags to the application (used for linting)" }, "setParserOptionsProject": { "type": "boolean", diff --git a/docs/generated/packages/workspace/generators/library.json b/docs/generated/packages/workspace/generators/library.json index b40c89b26a4e7..abfc5317dab3c 100644 --- a/docs/generated/packages/workspace/generators/library.json +++ b/docs/generated/packages/workspace/generators/library.json @@ -39,7 +39,10 @@ "description": "Test runner to use for unit tests.", "default": "jest" }, - "tags": { "type": "string", "description": "Add tags to the library." }, + "tags": { + "type": "string", + "description": "Add tags to the library (used for linting)." + }, "skipFormat": { "description": "Skip formatting files.", "type": "boolean", diff --git a/packages/angular/docs/application-examples.md b/packages/angular/docs/application-examples.md index 986f330135c1e..3ff5015e2524c 100644 --- a/packages/angular/docs/application-examples.md +++ b/packages/angular/docs/application-examples.md @@ -43,7 +43,7 @@ nx g @nrwl/angular:app my-app --standalone {% tab label="Set custom prefix and tags" %} -Set the prefix to apply to generated selectors and add tags to the application. +Set the prefix to apply to generated selectors and add tags to the application (used for linting). ```bash nx g @nrwl/angular:app my-app --prefix=admin --tags=scope:admin,type:ui diff --git a/packages/angular/src/generators/application/schema.json b/packages/angular/src/generators/application/schema.json index 6bbe5805e2d7a..223eac46a397f 100644 --- a/packages/angular/src/generators/application/schema.json +++ b/packages/angular/src/generators/application/schema.json @@ -111,7 +111,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application." + "description": "Add tags to the application (used for linting)." }, "linter": { "description": "The tool to use for running lint checks.", diff --git a/packages/angular/src/generators/host/schema.json b/packages/angular/src/generators/host/schema.json index eed0dc327c43d..f24b551c3cf50 100644 --- a/packages/angular/src/generators/host/schema.json +++ b/packages/angular/src/generators/host/schema.json @@ -118,7 +118,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application." + "description": "Add tags to the application (used for linting)." }, "linter": { "description": "The tool to use for running lint checks.", diff --git a/packages/angular/src/generators/library/schema.json b/packages/angular/src/generators/library/schema.json index ec4061b7d0b87..8463a226f44dd 100644 --- a/packages/angular/src/generators/library/schema.json +++ b/packages/angular/src/generators/library/schema.json @@ -91,7 +91,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the library." + "description": "Add tags to the library (used for linting)." }, "unitTestRunner": { "type": "string", diff --git a/packages/angular/src/generators/remote/schema.json b/packages/angular/src/generators/remote/schema.json index 0bf5aca3bc763..22601e3b5fec8 100644 --- a/packages/angular/src/generators/remote/schema.json +++ b/packages/angular/src/generators/remote/schema.json @@ -112,7 +112,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application." + "description": "Add tags to the application (used for linting)." }, "linter": { "description": "The tool to use for running lint checks.", diff --git a/packages/expo/src/generators/application/schema.json b/packages/expo/src/generators/application/schema.json index d277dbd4c1017..c507bcc6afa17 100644 --- a/packages/expo/src/generators/application/schema.json +++ b/packages/expo/src/generators/application/schema.json @@ -53,7 +53,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application", + "description": "Add tags to the application (used for linting)", "alias": "t" }, "js": { diff --git a/packages/expo/src/generators/library/schema.json b/packages/expo/src/generators/library/schema.json index 9a4a172731246..0961290da0706 100644 --- a/packages/expo/src/generators/library/schema.json +++ b/packages/expo/src/generators/library/schema.json @@ -40,7 +40,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the library.", + "description": "Add tags to the library (used for linting).", "alias": "t" }, "skipFormat": { diff --git a/packages/express/src/generators/application/schema.json b/packages/express/src/generators/application/schema.json index 41af3129db5b7..db3c743ce5f18 100644 --- a/packages/express/src/generators/application/schema.json +++ b/packages/express/src/generators/application/schema.json @@ -44,7 +44,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application." + "description": "Add tags to the application (used for linting)." }, "frontendProject": { "type": "string", diff --git a/packages/js/src/generators/library/schema.json b/packages/js/src/generators/library/schema.json index ef26ad601ff9a..b0f26af936477 100644 --- a/packages/js/src/generators/library/schema.json +++ b/packages/js/src/generators/library/schema.json @@ -35,7 +35,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the library." + "description": "Add tags to the library (used for linting)." }, "skipFormat": { "description": "Skip formatting files.", diff --git a/packages/nest/src/generators/application/schema.json b/packages/nest/src/generators/application/schema.json index e567e436e5ac8..3acc26f63f81d 100644 --- a/packages/nest/src/generators/application/schema.json +++ b/packages/nest/src/generators/application/schema.json @@ -50,7 +50,7 @@ "default": "jest" }, "tags": { - "description": "Add tags to the application.", + "description": "Add tags to the application (used for linting).", "type": "string" }, "frontendProject": { diff --git a/packages/nest/src/generators/library/schema.json b/packages/nest/src/generators/library/schema.json index 674410042b7b7..df3e8967e2e9c 100644 --- a/packages/nest/src/generators/library/schema.json +++ b/packages/nest/src/generators/library/schema.json @@ -39,7 +39,7 @@ "default": "jest" }, "tags": { - "description": "Add tags to the library.", + "description": "Add tags to the library (used for linting).", "type": "string", "alias": "t" }, diff --git a/packages/next/src/generators/application/schema.json b/packages/next/src/generators/application/schema.json index e24cdc97c81c6..93ac82b521bb7 100644 --- a/packages/next/src/generators/application/schema.json +++ b/packages/next/src/generators/application/schema.json @@ -90,7 +90,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application.", + "description": "Add tags to the application (used for linting).", "alias": "t" }, "js": { diff --git a/packages/next/src/generators/library/schema.json b/packages/next/src/generators/library/schema.json index 71e235b48a988..f5b1c95c6cb20 100644 --- a/packages/next/src/generators/library/schema.json +++ b/packages/next/src/generators/library/schema.json @@ -78,7 +78,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the library.", + "description": "Add tags to the library (used for linting).", "alias": "t" }, "skipFormat": { diff --git a/packages/node/src/generators/application/schema.json b/packages/node/src/generators/application/schema.json index 10e127e286402..92b9f48010926 100644 --- a/packages/node/src/generators/application/schema.json +++ b/packages/node/src/generators/application/schema.json @@ -47,7 +47,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application." + "description": "Add tags to the application (used for linting)." }, "frontendProject": { "type": "string", diff --git a/packages/node/src/generators/library/schema.json b/packages/node/src/generators/library/schema.json index dae1c202bc67d..c66e679f4d005 100644 --- a/packages/node/src/generators/library/schema.json +++ b/packages/node/src/generators/library/schema.json @@ -45,7 +45,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the library.", + "description": "Add tags to the library (used for linting).", "alias": "t" }, "skipFormat": { diff --git a/packages/nx-plugin/src/generators/generator/files/generator/__fileName__/schema.json__tmpl__ b/packages/nx-plugin/src/generators/generator/files/generator/__fileName__/schema.json__tmpl__ index b1cd73cb841ea..7ded707fbde36 100644 --- a/packages/nx-plugin/src/generators/generator/files/generator/__fileName__/schema.json__tmpl__ +++ b/packages/nx-plugin/src/generators/generator/files/generator/__fileName__/schema.json__tmpl__ @@ -16,7 +16,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the project", + "description": "Add tags to the project (used for linting)", "alias": "t" }, "directory": { diff --git a/packages/nx-plugin/src/generators/plugin/schema.json b/packages/nx-plugin/src/generators/plugin/schema.json index a9e8692d9b18c..e3fa9902bc4bb 100644 --- a/packages/nx-plugin/src/generators/plugin/schema.json +++ b/packages/nx-plugin/src/generators/plugin/schema.json @@ -45,7 +45,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the library.", + "description": "Add tags to the library (used for linting).", "alias": "t" }, "skipFormat": { diff --git a/packages/react-native/src/generators/application/schema.json b/packages/react-native/src/generators/application/schema.json index a6870108b959f..1ef969aa555a0 100644 --- a/packages/react-native/src/generators/application/schema.json +++ b/packages/react-native/src/generators/application/schema.json @@ -53,7 +53,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application.", + "description": "Add tags to the application (used for linting).", "alias": "t" }, "js": { diff --git a/packages/react-native/src/generators/library/schema.json b/packages/react-native/src/generators/library/schema.json index 98a23742cf46e..bd727f6e4af8a 100644 --- a/packages/react-native/src/generators/library/schema.json +++ b/packages/react-native/src/generators/library/schema.json @@ -42,7 +42,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the library.", + "description": "Add tags to the library (used for linting).", "alias": "t" }, "skipFormat": { diff --git a/packages/react/docs/application-examples.md b/packages/react/docs/application-examples.md index fa6503e91bd03..b3314804eadd6 100644 --- a/packages/react/docs/application-examples.md +++ b/packages/react/docs/application-examples.md @@ -33,7 +33,7 @@ nx g @nrwl/react:app my-app --directory=my-dir --style=scss {% tab label="Add tags" %} -Add tags to the application. +Add tags to the application (used for linting). ```bash nx g @nrwl/react:app my-app --tags=scope:admin,type:ui diff --git a/packages/react/src/generators/application/schema.json b/packages/react/src/generators/application/schema.json index 9ddc4cb52d2df..6073454d01979 100644 --- a/packages/react/src/generators/application/schema.json +++ b/packages/react/src/generators/application/schema.json @@ -124,7 +124,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application.", + "description": "Add tags to the application (used for linting).", "alias": "t" }, "pascalCaseFiles": { diff --git a/packages/react/src/generators/host/schema.json b/packages/react/src/generators/host/schema.json index 922e94bedccdf..ba6adf0f57317 100644 --- a/packages/react/src/generators/host/schema.json +++ b/packages/react/src/generators/host/schema.json @@ -99,7 +99,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application.", + "description": "Add tags to the application (used for linting).", "alias": "t" }, "pascalCaseFiles": { diff --git a/packages/react/src/generators/library/schema.json b/packages/react/src/generators/library/schema.json index 4d05dc67ae27d..fa7e3a82c2e45 100644 --- a/packages/react/src/generators/library/schema.json +++ b/packages/react/src/generators/library/schema.json @@ -93,7 +93,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the library.", + "description": "Add tags to the library (used for linting).", "alias": "t" }, "skipFormat": { diff --git a/packages/react/src/generators/remote/schema.json b/packages/react/src/generators/remote/schema.json index 704078acabbfa..e1c1f678e0f64 100644 --- a/packages/react/src/generators/remote/schema.json +++ b/packages/react/src/generators/remote/schema.json @@ -104,7 +104,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application.", + "description": "Add tags to the application (used for linting).", "alias": "t" }, "pascalCaseFiles": { diff --git a/packages/web/docs/application-examples.md b/packages/web/docs/application-examples.md index a572c469a93dd..abc396b3a1ad5 100644 --- a/packages/web/docs/application-examples.md +++ b/packages/web/docs/application-examples.md @@ -33,7 +33,7 @@ nx g @nrwl/web:app my-app --directory=my-dir {% tab label="Add tags" %} -Add tags to the application. +Add tags to the application (used for linting). ```bash nx g @nrwl/web:app my-app --tags=scope:admin,type:ui diff --git a/packages/web/src/generators/application/schema.json b/packages/web/src/generators/application/schema.json index ffbf8935d837d..56bd2ac79336c 100644 --- a/packages/web/src/generators/application/schema.json +++ b/packages/web/src/generators/application/schema.json @@ -92,7 +92,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the application" + "description": "Add tags to the application (used for linting)" }, "setParserOptionsProject": { "type": "boolean", diff --git a/packages/workspace/src/generators/library/schema.json b/packages/workspace/src/generators/library/schema.json index d433e65834b38..36fece6dee888 100644 --- a/packages/workspace/src/generators/library/schema.json +++ b/packages/workspace/src/generators/library/schema.json @@ -41,7 +41,7 @@ }, "tags": { "type": "string", - "description": "Add tags to the library." + "description": "Add tags to the library (used for linting)." }, "skipFormat": { "description": "Skip formatting files.",