ICU types

This commit is contained in:
Fedor Indutny
2024-03-04 10:03:11 -08:00
committed by GitHub
parent 38adef4233
commit 78f4e96297
42 changed files with 583 additions and 1182 deletions

View File

@@ -1,6 +1,5 @@
// Copyright 2018 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
const { messagesCacheKey } = require('./.eslint/rules/valid-i18n-keys');
// For reference: https://github.com/airbnb/javascript
@@ -245,8 +244,6 @@ const typescriptRules = {
// TODO: DESKTOP-4655
'import/no-cycle': 'off',
'local-rules/valid-i18n-keys': ['error', { messagesCacheKey }],
};
module.exports = {