Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/schematics/angular/application/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
},
"lintFix": {
"type": "boolean",
"default": false,
"description": "When true, applies lint fixes after generating the application.",
"x-user-analytics": 15,
"x-deprecated": "Use \"ng lint --fix\" directly instead."
Expand Down
1 change: 0 additions & 1 deletion packages/schematics/angular/component/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
},
"lintFix": {
"type": "boolean",
"default": false,
"description": "When true, applies lint fixes after generating the component.",
"x-user-analytics": 15,
"x-deprecated": "Use \"ng lint --fix\" directly instead."
Expand Down
1 change: 0 additions & 1 deletion packages/schematics/angular/directive/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
},
"lintFix": {
"type": "boolean",
"default": false,
"description": "When true, applies lint fixes after generating the directive.",
"x-user-analytics": 15,
"x-deprecated": "Use \"ng lint --fix\" directly instead."
Expand Down
1 change: 0 additions & 1 deletion packages/schematics/angular/enum/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
},
"lintFix": {
"type": "boolean",
"default": false,
"description": "When true, applies lint fixes after generating the enum.",
"x-user-analytics": 15,
"x-deprecated": "Use \"ng lint --fix\" directly instead."
Expand Down
1 change: 0 additions & 1 deletion packages/schematics/angular/guard/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
},
"lintFix": {
"type": "boolean",
"default": false,
"description": "When true, applies lint fixes after generating the guard.",
"x-user-analytics": 15,
"x-deprecated": "Use \"ng lint --fix\" directly instead."
Expand Down
1 change: 0 additions & 1 deletion packages/schematics/angular/interceptor/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
},
"lintFix": {
"type": "boolean",
"default": false,
"description": "When true, applies lint fixes after generating the interceptor.",
"x-user-analytics": 15,
"x-deprecated": "Use \"ng lint --fix\" directly instead."
Expand Down
1 change: 0 additions & 1 deletion packages/schematics/angular/interface/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
},
"lintFix": {
"type": "boolean",
"default": false,
"description": "When true, applies lint fixes after generating the interface.",
"x-user-analytics": 15,
"x-deprecated": "Use \"ng lint --fix\" directly instead."
Expand Down
1 change: 0 additions & 1 deletion packages/schematics/angular/library/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
},
"lintFix": {
"type": "boolean",
"default": false,
"description": "When true, applies lint fixes after generating the library.",
"x-user-analytics": 15,
"x-deprecated": "Use \"ng lint --fix\" directly instead."
Expand Down
1 change: 0 additions & 1 deletion packages/schematics/angular/module/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
},
"lintFix": {
"type": "boolean",
"default": false,
"description": "When true, applies lint fixes after generating the module.",
"x-user-analytics": 15,
"x-deprecated": "Use \"ng lint --fix\" directly instead."
Expand Down
1 change: 0 additions & 1 deletion packages/schematics/angular/service/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
},
"lintFix": {
"type": "boolean",
"default": false,
"description": "When true, applies lint fixes after generating the service.",
"x-user-analytics": 15,
"x-deprecated": "Use \"ng lint --fix\" directly instead."
Expand Down