HeeChan Shin / 신희찬
HeeChan Shin / 신희찬
https://github.com/codex-team/editor.js/discussions/1896 I've encountered an issue while attempting to customize inline tool icons within EditorJS. While simple tools with a straightforward structure allow for modifications using the toolbox or render, more...
 I found some missing exports in DefaultMainMenuContent. I want to add exports to the index so that all necessary components are available for import. ### Change type - [...
## Package version ``` "@eslint/js": "^9.7.0", "typescript-eslint": "^8.4.0", "eslint": "^8.57.0", "typescript-eslint": "^8.4.0", "eslint-plugin-i18next": "^6.1.3", ``` ## 🧪 Minimal Reproduction With the following code: ```tsx export const SNAKE_UPPER_CASE_EXAMPLE = "this should...