UNPKG

node-libcurl

Version:

The fastest http(s) client (and much more) for Node.js - Node.js bindings for libcurl

16 lines (15 loc) 325 B
{ "extends": ["tslint-config-airbnb", "tslint-config-prettier"], "rules": { "variable-name": [ true, "ban-keywords", "check-format", "allow-leading-underscore" ], "no-increment-decrement": [true, "allow-for-loops"] }, "linterOptions": { "exclude": ["lib/generated/*.ts"] } }