@angular-eslint/schematics 16.0.0-alpha.1 → 16.0.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.
- package/dist/library/schema.json +6 -0
- package/package.json +5 -5
package/dist/library/schema.json
CHANGED
|
@@ -48,6 +48,12 @@
|
|
|
48
48
|
"type": "string",
|
|
49
49
|
"description": "The root directory of the new library."
|
|
50
50
|
},
|
|
51
|
+
"standalone": {
|
|
52
|
+
"description": "Creates a library based upon the standalone API, without NgModules.",
|
|
53
|
+
"type": "boolean",
|
|
54
|
+
"default": false,
|
|
55
|
+
"x-user-analytics": "ep.ng_standalone"
|
|
56
|
+
},
|
|
51
57
|
"setParserOptionsProject": {
|
|
52
58
|
"type": "boolean",
|
|
53
59
|
"description": "Whether or not to configure the ESLint `parserOptions.project` option. We do not do this by default for lint performance reasons.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-eslint/schematics",
|
|
3
|
-
"version": "16.0.0
|
|
3
|
+
"version": "16.0.0",
|
|
4
4
|
"description": "Angular Schematics for angular-eslint",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"save": "devDependencies"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@angular-eslint/eslint-plugin": "16.0.0
|
|
37
|
-
"@angular-eslint/eslint-plugin-template": "16.0.0
|
|
36
|
+
"@angular-eslint/eslint-plugin": "16.0.0",
|
|
37
|
+
"@angular-eslint/eslint-plugin-template": "16.0.0",
|
|
38
38
|
"@nx/devkit": "16.0.2",
|
|
39
39
|
"ignore": "5.2.4",
|
|
40
40
|
"nx": "16.0.2",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"eslint": "8.39.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@angular/cli": ">= 16.0.0 < 17.0.0
|
|
50
|
+
"@angular/cli": ">= 16.0.0 < 17.0.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "245317c7bd83a94000e704060186098cadcf0195"
|
|
53
53
|
}
|