Add lorem-ipsum spelling dictionary
Problem/Motivation
Following up from slack thread https://app.slack.com/client/T06GX3JTS/CGKLP028K
Tests using standard Lorem ipsum filler text fail the CSPELL job.
Proposed resolution
There is a cspell dictionary of the standard words used https://www.npmjs.com/package/@cspell/dict-lorem-ipsum
Investigate installing this and adding it to the default .cspell.json asset file. This would save developers have to specifiy cSpell:disable and cSpell:enable comments in each place where the words are used.
This MR also has additions to the CSpell doc page and the updated file can be viewed here
Edited by drupalbot