Loading core/misc/cspell/dictionary.txt +0 −5 Original line number Diff line number Diff line Loading @@ -53,7 +53,6 @@ attrval attrvals authless autocompletefocus autocompleteresponses autocompletesearch autocompleteselect autocompleting Loading Loading @@ -325,7 +324,6 @@ dnumber docroot docroots dolore dotenv downcasting doxygen dragtable Loading Loading @@ -549,7 +547,6 @@ invalididentifier invokable iopt isam isdst isinstallable itoa itok Loading Loading @@ -692,7 +689,6 @@ mikey milli mimetypes minifyzombies minimatch minimise minipager minky Loading Loading @@ -770,7 +766,6 @@ newnode newstr newterm nids nightlies nightwatch nightwatchjs nikic Loading core/package.json +2 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,8 @@ "test:nightwatch": "node -r dotenv-safe/config ./node_modules/.bin/nightwatch --config ./tests/Drupal/Nightwatch/nightwatch.conf.js", "prettier": "prettier --write \"./**/*.js\"", "spellcheck": "cspell -c .cspell.json", "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:core": "yarn spellcheck --root .. \"core/**/*\" \"composer/**/*\" \"composer.json\"", "spellcheck:make-drupal-dict": "rm -f misc/cspell/dictionary.txt && touch misc/cspell/dictionary.txt && yarn -s spellcheck:core --unique --words-only | perl -Mopen=locale -pe '$_=lc$_' | LC_ALL=en_US.UTF-8 tr -d \\\\\\\\ | LC_ALL=C sort -u -o misc/cspell/dictionary.txt", "spellcheck:core": "cspell -c .cspell.json --root .. \"core/**/*\" \"composer/**/*\" \"composer.json\"", "vendor-update": "node ./scripts/js/vendor-update.js", "watch:ckeditor5": "webpack --config ./modules/ckeditor5/webpack.config.js --watch", "build:ckeditor5": "webpack --config ./modules/ckeditor5/webpack.config.js", Loading Loading
core/misc/cspell/dictionary.txt +0 −5 Original line number Diff line number Diff line Loading @@ -53,7 +53,6 @@ attrval attrvals authless autocompletefocus autocompleteresponses autocompletesearch autocompleteselect autocompleting Loading Loading @@ -325,7 +324,6 @@ dnumber docroot docroots dolore dotenv downcasting doxygen dragtable Loading Loading @@ -549,7 +547,6 @@ invalididentifier invokable iopt isam isdst isinstallable itoa itok Loading Loading @@ -692,7 +689,6 @@ mikey milli mimetypes minifyzombies minimatch minimise minipager minky Loading Loading @@ -770,7 +766,6 @@ newnode newstr newterm nids nightlies nightwatch nightwatchjs nikic Loading
core/package.json +2 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,8 @@ "test:nightwatch": "node -r dotenv-safe/config ./node_modules/.bin/nightwatch --config ./tests/Drupal/Nightwatch/nightwatch.conf.js", "prettier": "prettier --write \"./**/*.js\"", "spellcheck": "cspell -c .cspell.json", "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:core": "yarn spellcheck --root .. \"core/**/*\" \"composer/**/*\" \"composer.json\"", "spellcheck:make-drupal-dict": "rm -f misc/cspell/dictionary.txt && touch misc/cspell/dictionary.txt && yarn -s spellcheck:core --unique --words-only | perl -Mopen=locale -pe '$_=lc$_' | LC_ALL=en_US.UTF-8 tr -d \\\\\\\\ | LC_ALL=C sort -u -o misc/cspell/dictionary.txt", "spellcheck:core": "cspell -c .cspell.json --root .. \"core/**/*\" \"composer/**/*\" \"composer.json\"", "vendor-update": "node ./scripts/js/vendor-update.js", "watch:ckeditor5": "webpack --config ./modules/ckeditor5/webpack.config.js --watch", "build:ckeditor5": "webpack --config ./modules/ckeditor5/webpack.config.js", Loading