Loading core/misc/cspell/dictionary.txt +0 −3 Original line number Diff line number Diff line Loading @@ -324,7 +324,6 @@ dnumber docroot docroots dolore dotenv downcasting doxygen dragtable Loading Loading @@ -548,7 +547,6 @@ invalididentifier invokable iopt isam isdst isinstallable itoa itok Loading Loading @@ -689,7 +687,6 @@ mikey milli mimetypes minifyzombies minimatch minimise minipager minky 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 −3 Original line number Diff line number Diff line Loading @@ -324,7 +324,6 @@ dnumber docroot docroots dolore dotenv downcasting doxygen dragtable Loading Loading @@ -548,7 +547,6 @@ invalididentifier invokable iopt isam isdst isinstallable itoa itok Loading Loading @@ -689,7 +687,6 @@ mikey milli mimetypes minifyzombies minimatch minimise minipager minky 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