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:
parent
2f6207feaa
commit
4912fd255c
27 changed files with 228 additions and 217 deletions
12
.eslintrc.js
12
.eslintrc.js
|
@ -23,6 +23,18 @@ module.exports = {
|
|||
pathGroupsExcludedImportTypes: ['react'],
|
||||
},
|
||||
],
|
||||
'no-restricted-imports': [
|
||||
'error',
|
||||
{
|
||||
paths: [
|
||||
{
|
||||
name: 'ramda',
|
||||
message:
|
||||
'import from \'~/utils/ramda\' instead',
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
},
|
||||
parserOptions: {
|
||||
ecmaVersion: 7,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue