fix(lint): ignore style code
This commit is contained in:
parent
6be6dcca10
commit
f051b022a7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue