DefinitelyTyped/types/pusher-js/tslint.json

12 lines
278 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"no-duplicate-variable": false,
"no-var-keyword": false,
"object-literal-shorthand": false,
"only-arrow-functions": false,
"prefer-const": false,
"prefer-template": false
}
}