UNPKG

nodeping-mtrext

Version:

Node.js wrapper for the mtr command/tool.

29 lines (28 loc) 568 B
{ "env": { "commonjs": true, "es2020": true, "node": true }, "extends": [ "google" ], "parserOptions": { "ecmaVersion": 11 }, "rules": { "indent": 0, "max-len": "off", "comma-dangle": "off", "eol-last": "off", "object-curly-spacing": "off", "space-before-function-paren": [ "error", { "anonymous": "never", "named": "never", "asyncArrow": "always" } ] } }