UNPKG

93 BJSONView Raw
1{
2 "extends": "tslint-config-airbnb",
3 "rules": {
4 "max-line-length": [true, 120]
5 }
6}