mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
ICU types
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user