Skip to content

Commit

Permalink
fix: miss lint files param
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Nov 27, 2020
1 parent bedfae9 commit 78e7e50
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions packages/tslint-config/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@
"use-component-view-encapsulation": false,
"validate-decorators": {
"severity": "warning",
"options": {
"Component": {
"argument": 0,
"properties": {
"!host": "\\[class\\]",
"!moduleId": ".*",
"changeDetection": "\\.OnPush$"
"options": [
{
"Component": {
"argument": 0,
"properties": {
"!host": "\\[class\\]",
"!moduleId": ".*",
"changeDetection": "\\.OnPush$"
}
}
}
}
},
"src/**/!(*.spec).ts"
]
}
}
}

0 comments on commit 78e7e50

Please sign in to comment.