'use strict'; const Semver = require('semver'); module.exports = { lint: true, assert: 'code', rejections: true }; if (Semver.satisfies(process.version, '>= 12.0.0')) { Object.assign(module.exports, { coverage: true, threshold: 100 }); }