1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed dependencies

This commit is contained in:
Fedor Katurov 2022-01-28 11:02:23 +07:00
parent 971f7a4984
commit 8ee5b09b65
6 changed files with 467 additions and 7863 deletions

View file

@ -30,4 +30,9 @@ module.exports = {
},
plugins: ['import', 'react-hooks'],
parser: '@typescript-eslint/parser',
settings: {
react: {
version: '17',
},
},
};