Skip to content

Commit

Permalink
adding cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Oct 6, 2020
1 parent 93a5575 commit ce4fe0e
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 0 deletions.
111 changes: 111 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
{
"version": "0.1",
"words": [
"alignof",
"apikey",
"badterms",
"bdsw",
"Beihang",
"blinenums",
"blocklist",
"capi",
"charmod",
"Cmembership",
"constexpr",
"Cprocess",
"cssvalidation",
"customised",
"dahut",
"DAHUT",
"decltype",
"distingush",
"docdate",
"doctypes",
"editorsid",
"elif",
"ERCIM",
"esac",
"FPIG",
"FPWD",
"FPWG",
"gzipped",
"hellip",
"hilite",
"ifdef",
"ifndef",
"ignote",
"Imple",
"implelink",
"imsc",
"insafe",
"isnt",
"Keio",
"ldquo",
"linenums",
"linkchecker",
"linkhref",
"Localise",
"mediacapture",
"memsub",
"metaviewport",
"middot",
"munge",
"netural",
"newurl",
"nodate",
"nonlocal",
"Normalise",
"Nresult",
"nullptr",
"OBSL",
"ocument",
"ontents",
"patentpolicy",
"Pubrules",
"rdquo",
"recognising",
"rectrack",
"Resc",
"RSCND",
"sbyte",
"secno",
"secnos",
"sels",
"shortlink",
"shortname",
"shortnames",
"sotd",
"sparql",
"specberus",
"SPSD",
"stackalloc",
"strictfp",
"subm",
"supersedable",
"ttml",
"uage",
"uarr",
"ulong",
"unneutral",
"ushort",
"vali",
"valide",
"Valide",
"valuenow",
"wantarray",
"wcag",
"wgnote",
"WG's",
"whut"
],
"dictionaries": [
"html",
"js",
"css",
"en-gb"
],
"ignorePaths": [
"node_modules/**"
],
"allowCompoundWords": true
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"devDependencies": {
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"cspell": "4.1.0",
"eslint": "7.10.0",
"eslint-plugin-node": "11.1.0",
"expect.js": "0.3",
Expand All @@ -39,6 +40,7 @@
},
"scripts": {
"audit": "npm audit | grep -oE 'https?\\:\\/\\/(www\\.)?(nodesecurity\\.io|npmjs\\.com)\\/advisories\\/[[:digit:]]+' | rev | cut -d '/' -f 1 | rev | diff known-vulns.txt -",
"cspell": "cspell **/*.css **/*.js",
"lint": "eslint app.js lib/ public/ test/ tools/",
"hint": "jshint app.js lib/ public/ test/ tools/",
"test": "mocha --timeout 10000",
Expand Down

0 comments on commit ce4fe0e

Please sign in to comment.