Skip to content

Commit 6030c82

Browse files
authored
Merge pull request #62 from demike/feat/angular-18
Feat/angular 18
2 parents 8f93663 + bbfd991 commit 6030c82

File tree

3 files changed

+7448
-8229
lines changed

3 files changed

+7448
-8229
lines changed

.eslintrc.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@
3737
// "varsIgnorePattern": "^_",
3838
// "caughtErrorsIgnorePattern": "^_"
3939
}
40-
]
40+
],
41+
"@angular-eslint/prefer-on-push-component-change-detection": [
42+
"error"
43+
]
4144
}
4245
},
4346
{

0 commit comments

Comments
 (0)