Use Signal's spellcheck dictionary files
This commit is contained in:
parent
fa9c523d39
commit
3fa911598b
6 changed files with 73 additions and 9 deletions
8
ts/test-node/.eslintrc.js
Normal file
8
ts/test-node/.eslintrc.js
Normal 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',
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue