UNPKG

node-pushnotifications-http2

Version:

A cross-platform push service for node.js (Node 8.8.1+)

21 lines (20 loc) 362 B
{ "extends": "airbnb", "env": { "node": true }, "rules": { "indent": [ 2, 4, { "SwitchCase": 1, "VariableDeclarator": { "var": 2, "let": 2, "const": 3 } } ], } }