fix(lint): ignore style code
This commit is contained in:
parent
6be6dcca10
commit
f051b022a7
|
@ -3,6 +3,7 @@ version: "2"
|
|||
exclude_patterns:
|
||||
- CHANGELOG.md
|
||||
- docs/api/
|
||||
- docs/dev/style.md
|
||||
- src/migration/
|
||||
- vendor/
|
||||
|
||||
|
@ -21,4 +22,4 @@ plugins:
|
|||
enabled: true
|
||||
tslint:
|
||||
enabled: true
|
||||
config: config/tslint.cc.json
|
||||
config: config/tslint.cc.json
|
||||
|
|
Loading…
Reference in New Issue