Skip to content

Commit

Permalink
feat: add placeholder when loading descendants #345
Browse files Browse the repository at this point in the history
  • Loading branch information
admin committed Nov 7, 2024
1 parent ce35440 commit ff275d6
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 149 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
'eslint:recommended',
'plugin:import/typescript',
'plugin:compat/recommended',
'plugin:react-hooks/recommended',
],

env: {
Expand All @@ -18,7 +19,7 @@ module.exports = {
ATTACHMENT_HOST: false,
},

parser: 'babel-eslint',
parser: '@typescript-eslint/parser',

plugins: [
'react',
Expand Down
Loading

0 comments on commit ff275d6

Please sign in to comment.