UNPKG

116 BJSONView Raw
1{
2 "extends": "tslint-config-standard",
3 "linterOptions": {
4 "exclude": [
5 "src/schemas/*.ts"
6 ]
7 }
8}