signal-desktop/eslint-local-rules.js
automated-signal 41aabe3559
ICU types
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
Co-authored-by: Fedor Indutny <indutny@signal.org>
2024-03-04 10:38:01 -08:00

7 lines
222 B
JavaScript

// Copyright 2022 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
/* eslint-disable global-require */
module.exports = {
'type-alias-readonlydeep': require('./.eslint/rules/type-alias-readonlydeep'),
};