Skip to content

Commit

Permalink
Refactor editor (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
12joan authored Dec 22, 2023
1 parent 8762ba8 commit bfc6e04
Show file tree
Hide file tree
Showing 16 changed files with 828 additions and 693 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ module.exports = {
'react/no-children-prop': 'off',
'react/function-component-definition': 'off',
'react/no-unstable-nested-components': 'off',
'react/prop-types': 'off',
'jsx-a11y/no-noninteractive-tabindex': 'off',
'jsx-a11y/anchor-has-content': 'off',
'jsx-a11y/no-static-element-interactions': 'off',
Expand Down
Loading

0 comments on commit bfc6e04

Please sign in to comment.