ssl-date-checker
Version:
Library to check and report on the start and expiration date of a given SSL certificate for a given domain.
30 lines (29 loc) • 507 B
JSON
{
"env": {
"browser": true,
"es2020": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 11,
"sourceType": "module"
},
"rules": {
"indent": [
"error",
4
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
}
}