UNPKG

ctutils

Version:

Utilities for interacting with Certificate Transparency logs

13 lines (12 loc) 196 B
module.exports = { "extends": "standard", "rules": { "semi": 0, "curly": 0, "keyword-spacing": 0, "space-before-function-paren": 0, }, "globals": { "self": true } };