Skip to content

Commit f73df0d

Browse files
committed
chore: avoid eslint warnings
1 parent 9ad37ce commit f73df0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mobile/.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
plugins: ['prettier'],
55
rules: {
66
'prettier/prettier': 'error',
7-
'no-unused-expressions': 'off'
7+
'no-unused-expressions': 'off',
8+
'import/no-unresolved': ['error', { ignore: ['@/redux', '^@/modules/.+', '@/components', '@/views'] }]
89
}
910
}

0 commit comments

Comments
 (0)