Use Signal's spellcheck dictionary files

This commit is contained in:
Evan Hahn 2021-12-17 16:24:54 -06:00 committed by GitHub
parent fa9c523d39
commit 3fa911598b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 73 additions and 9 deletions

View file

@ -0,0 +1,8 @@
// Copyright 2021 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
module.exports = {
rules: {
'@typescript-eslint/no-restricted-imports': 'off',
},
};