auto-pod
Version:
Automatically choose tunneling or direct connection for cocoapods. As easy as `pod` itself. Help you get rid of GFW of China.
24 lines • 480 B
JSON
{
"defaultSeverity": "error",
"extends": [
"tslint:recommended",
"tslint-config-airbnb"
],
"jsRules": {
},
"rules": {
"quotemark": [ "single" ],
"object-shorthand-properties-first": {
"severity": "off"
},
"prefer-for-of": {
"severity": "off"
},
"no-any": true
},
"exclude": [
"**/dist/**",
"**/node_modules/**"
],
"rulesDirectory": []
}