@angular-eslint/schematics 21.3.2-alpha.0 → 21.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"x-prompt": "What name would you like to use for the application?"
|
|
22
22
|
},
|
|
23
23
|
"inlineStyle": {
|
|
24
|
-
"description": "Include the styles for the root component directly within the `app.
|
|
24
|
+
"description": "Include the styles for the root component directly within the `app.ts` file. Only CSS styles can be included inline. By default, a separate stylesheet file (e.g., `app.css`) is created.",
|
|
25
25
|
"type": "boolean",
|
|
26
26
|
"alias": "s",
|
|
27
27
|
"x-user-analytics": "ep.ng_inline_style"
|
|
28
28
|
},
|
|
29
29
|
"inlineTemplate": {
|
|
30
|
-
"description": "Include the HTML template for the root component directly within the `app.
|
|
30
|
+
"description": "Include the HTML template for the root component directly within the `app.ts` file. By default, a separate template file (e.g., `app.html`) is created.",
|
|
31
31
|
"type": "boolean",
|
|
32
32
|
"alias": "t",
|
|
33
33
|
"x-user-analytics": "ep.ng_inline_template"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-eslint/schematics",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.4.0",
|
|
4
4
|
"description": "Angular Schematics for angular-eslint",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -44,13 +44,13 @@
|
|
|
44
44
|
"ignore": "7.0.5",
|
|
45
45
|
"semver": "7.7.4",
|
|
46
46
|
"strip-json-comments": "3.1.1",
|
|
47
|
-
"@angular-eslint/eslint-plugin": "21.
|
|
48
|
-
"@angular-eslint/eslint-plugin
|
|
47
|
+
"@angular-eslint/eslint-plugin-template": "21.4.0",
|
|
48
|
+
"@angular-eslint/eslint-plugin": "21.4.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@eslint/js": "10.0.1",
|
|
52
|
-
"@typescript-eslint/utils": "8.
|
|
53
|
-
"eslint": "10.0
|
|
52
|
+
"@typescript-eslint/utils": "8.59.2",
|
|
53
|
+
"eslint": "10.3.0"
|
|
54
54
|
},
|
|
55
55
|
"gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"
|
|
56
56
|
}
|