Add type-alias-readonlydeep rule and make ducks mostly immutable

This commit is contained in:
Jamie Kyle 2023-01-13 12:07:26 -08:00 committed by GitHub
parent 11ce3c3d59
commit c58a723f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
47 changed files with 1164 additions and 871 deletions

View file

@ -4,4 +4,5 @@
module.exports = {
'valid-i18n-keys': require('./.eslint/rules/valid-i18n-keys'),
'type-alias-readonlydeep': require('./.eslint/rules/type-alias-readonlydeep'),
};