chore(core): eslint rule to avoid relative imports
This commit is contained in:
Родитель
9fad4b2d58
Коммит
dda535e811
|
@ -38,6 +38,12 @@ const configs = [
|
|||
}
|
||||
},
|
||||
rules: {
|
||||
'no-restricted-imports': [
|
||||
'error',
|
||||
{
|
||||
patterns: ['.*']
|
||||
}
|
||||
],
|
||||
'@typescript-eslint/no-explicit-any': 'error',
|
||||
'@typescript-eslint/no-unsafe-return': 'error',
|
||||
'@typescript-eslint/no-base-to-string': 'off',
|
||||
|
|
Загрузка…
Ссылка в новой задаче