1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed some paths according to new backend

This commit is contained in:
Fedor Katurov 2022-08-24 17:25:06 +07:00
parent 2f6207feaa
commit 4912fd255c
27 changed files with 228 additions and 217 deletions

View file

@ -23,6 +23,18 @@ module.exports = {
pathGroupsExcludedImportTypes: ['react'],
},
],
'no-restricted-imports': [
'error',
{
paths: [
{
name: 'ramda',
message:
'import from \'~/utils/ramda\' instead',
},
],
},
]
},
parserOptions: {
ecmaVersion: 7,