Verified Commit 500421a5 authored by Dave Long's avatar Dave Long
Browse files

Issue #3390969 by quietone, Shyam_Bhatt, smustgrave: Cleanup cspell directives

(cherry picked from commit c09c0e59)
parent 08c868a7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// cSpell:words apos
// cspell:ignore apos

/**
 * HTML builder that converts document fragments into strings.
+1 −1
Original line number Diff line number Diff line
/* eslint-disable import/no-extraneous-dependencies */
// cSpell:words drupalhtmlwriter
// cspell:ignore drupalhtmlwriter
import { Plugin } from 'ckeditor5/src/core';
import DrupalHtmlWriter from './drupalhtmlwriter';

+1 −1
Original line number Diff line number Diff line
// cSpell:words drupalhtmlbuilder dataprocessor basichtmlwriter htmlwriter
// cspell:ignore drupalhtmlbuilder dataprocessor basichtmlwriter htmlwriter
import DrupalHtmlBuilder from './drupalhtmlbuilder';

/**
+1 −1
Original line number Diff line number Diff line
/* eslint-disable import/no-extraneous-dependencies */
/* cspell:words drupalimageediting drupalimagealternativetext */
/* cspell:ignore drupalimageediting drupalimagealternativetext */

import { Plugin } from 'ckeditor5/src/core';
import DrupalImageEditing from './drupalimageediting';
+1 −1
Original line number Diff line number Diff line
/* eslint-disable import/no-extraneous-dependencies */
/* cspell:words imagealternativetext imagetextalternativeediting drupalimagealternativetextediting drupalimagealternativetextui */
/* cspell:ignore imagealternativetext imagetextalternativeediting drupalimagealternativetextediting drupalimagealternativetextui */

/**
 * @module drupalImage/imagealternativetext
Loading