Add license-comments eslint rule

This commit is contained in:
Jamie Kyle 2025-08-11 12:55:09 -07:00 committed by GitHub
commit 4fc9793cae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 76 additions and 1 deletions

View file

@ -3,5 +3,6 @@
/* eslint-disable global-require */
module.exports = {
'license-comments': require('./.eslint/rules/license-comments'),
'type-alias-readonlydeep': require('./.eslint/rules/type-alias-readonlydeep'),
};