Skip to content

Commit 8069f69

Browse files
committed
feat: implement tree for my notes and history
1 parent df55734 commit 8069f69

24 files changed

+832
-244
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ module.exports = {
3434
'import/no-named-as-default': 'off',
3535
'import/no-named-as-default-member': 'off',
3636
'@typescript-eslint/no-var-requires': 'warn',
37+
'import/default': 'warn',
3738
},
3839
settings: {
3940
react: {

0 commit comments

Comments
 (0)