/** * @license * Copyright 2025 BrowserOS */ import checkLicenseRule from './check-license-rule.js' export default { rules: { 'check-license': checkLicenseRule } }