UNPKG

ssl-date-checker

Version:

Library to check and report on the start and expiration date of a given SSL certificate for a given domain.

16 lines (15 loc) 205 B
module.exports = { 'env': { 'es2020': true, 'node': true, }, 'extends': [ 'google', ], 'parserOptions': { 'ecmaVersion': 11, 'sourceType': 'module', }, 'rules': { }, };