Skip to content

Commit

Permalink
fix: linters and use non standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
vscaiceanu-1a committed Dec 27, 2024
1 parent 41707e3 commit a1e5744
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"standalone": {
"type": "boolean",
"description": "Whether the generated component is standalone.",
"default": true
"default": false
}
},
"additionalProperties": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"standalone": {
"type": "boolean",
"description": "Whether the generated component is standalone.",
"default": true
"default": false
}
},
"additionalProperties": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/core/schematics/component/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"standalone": {
"type": "boolean",
"description": "Whether the generated component is standalone.",
"default": true
"default": false
}
},
"additionalProperties": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/@o3r/core/schematics/page/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"standalone": {
"type": "boolean",
"description": "Whether the generated component is standalone.",
"default": true
"default": false
},
"usePageFixtures": {
"type": "boolean",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const config = [
style: 'kebab-case'
}
],
'@angular-eslint/prefer-standalone': 'off',
'@angular-eslint/directive-class-suffix': 'off',
'@angular-eslint/directive-selector': [
'error',
Expand Down

0 comments on commit a1e5744

Please sign in to comment.