Add global Node, HTMLElement for ESLint no-undef in editor.js

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-20 19:17:19 +01:00
parent 887f0ca918
commit 07b40e14e7

View File

@@ -1,3 +1,5 @@
/* global Node, HTMLElement */
const TOOLBAR_ACTIONS = [
{ command: 'bold', icon: '<b>B</b>', title: 'Gras' },
{ command: 'italic', icon: '<i>I</i>', title: 'Italique' },