@toolisticon/ssl-hostinfo-prometheus-exporter
Version:
[](LICENSE) [](https://github.com/toolisticon/ssl-hostinfo-prometheus-export
23 lines (22 loc) • 358 B
JSON
{
"extends": "semistandard",
"env": {
"jasmine": true
},
"parserOptions": {
"ecmaVersion": 8,
"sourceType": "module"
},
"plugins": [
"jasmine"
],
"rules": {
"prefer-const": "error",
"block-scoped-var": "error",
"prefer-template": "warn",
"no-use-before-define": [
"error",
"nofunc"
]
}
}