mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Faster incremental builds
This commit is contained in:
12
.eslintrc.js
12
.eslintrc.js
@@ -260,6 +260,18 @@ const typescriptRules = {
|
||||
|
||||
// TODO: DESKTOP-4655
|
||||
'import/no-cycle': 'off',
|
||||
'import/no-restricted-paths': [
|
||||
'error',
|
||||
{
|
||||
zones: [
|
||||
{
|
||||
target: ['ts/util', 'ts/types'],
|
||||
from: ['ts/components', 'ts/axo'],
|
||||
message: 'Importing components is forbidden from ts/{util,types}',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
const TAILWIND_REPLACEMENTS = [
|
||||
|
||||
Reference in New Issue
Block a user