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