UNPKG

305 BJSONView Raw
1{
2 "extends": "tslint:recommended",
3 "rules": {
4 "no-console": false,
5 "no-namespace": false,
6 "variable-name": [
7 true,
8 "ban-keywords",
9 "check-format",
10 "allow-pascal-case",
11 "allow-leading-underscore"
12 ]
13 }
14}