1
0
Fork 0

fix(lint): ignore style code

This commit is contained in:
ssube 2019-09-28 15:23:34 -05:00
parent 6be6dcca10
commit f051b022a7
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ version: "2"
exclude_patterns: exclude_patterns:
- CHANGELOG.md - CHANGELOG.md
- docs/api/ - docs/api/
- docs/dev/style.md
- src/migration/ - src/migration/
- vendor/ - vendor/
@ -21,4 +22,4 @@ plugins:
enabled: true enabled: true
tslint: tslint:
enabled: true enabled: true
config: config/tslint.cc.json config: config/tslint.cc.json