Loading core/misc/cspell/dictionary.txt +3 −6 Original line number Diff line number Diff line Loading @@ -593,7 +593,6 @@ invalididentifier invokable iopt isam isdst isinstallable itoa itok Loading Loading @@ -735,7 +734,7 @@ metapackage metapackages metatag metatags meΦΩ meφω miaus middlewares mikey Loading Loading @@ -1523,7 +1522,6 @@ whitespaces whos widthx wimoids windir wmet wmlscript wordprocessingml Loading Loading @@ -1583,8 +1581,7 @@ zwei zwjhek zxvf zzgroup Èxample Über åwesome èxample über Ȅchȏ ȅchȏ core/package.json +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ "test:nightwatch": "cross-env BABEL_ENV=development node -r dotenv-safe/config -r @babel/register ./node_modules/.bin/nightwatch --config ./tests/Drupal/Nightwatch/nightwatch.conf.js", "prettier": "prettier --write \"./**/*.es6.js\" \"./tests/Drupal/Nightwatch/**/*.js\" \"./modules/ckeditor5/js/ckeditor5_plugins/**/*.js\"", "spellcheck": "cspell", "spellcheck:make-drupal-dict": "rm -f misc/cspell/dictionary.txt && touch misc/cspell/dictionary.txt && yarn -s spellcheck:core --unique --wordsOnly | tr '[:upper:]' '[:lower:]' | tr -d \\\\\\\\ | LC_ALL=C sort -u -o misc/cspell/dictionary.txt", "spellcheck:make-drupal-dict": "rm -f misc/cspell/dictionary.txt && touch misc/cspell/dictionary.txt && yarn -s spellcheck:core --unique --wordsOnly | perl -Mopen=locale -pe '$_=lc$_' | tr -d \\\\\\\\ | LC_ALL=C sort -u -o misc/cspell/dictionary.txt", "spellcheck:core": "cspell \"**/*\" \".*\" \"../composer/**/*\" \"../composer.json\"", "vendor-update": "node ./scripts/js/vendor-update.js", "watch:ckeditor5": "webpack --config ./modules/ckeditor5/webpack.config.js --watch", Loading Loading
core/misc/cspell/dictionary.txt +3 −6 Original line number Diff line number Diff line Loading @@ -593,7 +593,6 @@ invalididentifier invokable iopt isam isdst isinstallable itoa itok Loading Loading @@ -735,7 +734,7 @@ metapackage metapackages metatag metatags meΦΩ meφω miaus middlewares mikey Loading Loading @@ -1523,7 +1522,6 @@ whitespaces whos widthx wimoids windir wmet wmlscript wordprocessingml Loading Loading @@ -1583,8 +1581,7 @@ zwei zwjhek zxvf zzgroup Èxample Über åwesome èxample über Ȅchȏ ȅchȏ
core/package.json +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ "test:nightwatch": "cross-env BABEL_ENV=development node -r dotenv-safe/config -r @babel/register ./node_modules/.bin/nightwatch --config ./tests/Drupal/Nightwatch/nightwatch.conf.js", "prettier": "prettier --write \"./**/*.es6.js\" \"./tests/Drupal/Nightwatch/**/*.js\" \"./modules/ckeditor5/js/ckeditor5_plugins/**/*.js\"", "spellcheck": "cspell", "spellcheck:make-drupal-dict": "rm -f misc/cspell/dictionary.txt && touch misc/cspell/dictionary.txt && yarn -s spellcheck:core --unique --wordsOnly | tr '[:upper:]' '[:lower:]' | tr -d \\\\\\\\ | LC_ALL=C sort -u -o misc/cspell/dictionary.txt", "spellcheck:make-drupal-dict": "rm -f misc/cspell/dictionary.txt && touch misc/cspell/dictionary.txt && yarn -s spellcheck:core --unique --wordsOnly | perl -Mopen=locale -pe '$_=lc$_' | tr -d \\\\\\\\ | LC_ALL=C sort -u -o misc/cspell/dictionary.txt", "spellcheck:core": "cspell \"**/*\" \".*\" \"../composer/**/*\" \"../composer.json\"", "vendor-update": "node ./scripts/js/vendor-update.js", "watch:ckeditor5": "webpack --config ./modules/ckeditor5/webpack.config.js --watch", Loading