mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 08:55:32 +02:00
chore(cspell): update cspell configuration and add new words for spell checking
This commit is contained in:
parent
b2bc846b77
commit
8f8834c382
2 changed files with 51 additions and 49 deletions
98
cspell.json
98
cspell.json
|
@ -3,66 +3,68 @@
|
|||
"language": "en,es",
|
||||
"files": ["**/*.{ts,js,astro,html,css,json,yml,yaml,md}"],
|
||||
"words": [
|
||||
"createdDefault",
|
||||
"createdAsc",
|
||||
"createdDesc",
|
||||
"updatedDefault",
|
||||
"updatedAsc",
|
||||
"updatedDesc",
|
||||
"adam",
|
||||
"AMOLED",
|
||||
"Astronav",
|
||||
"tuta",
|
||||
"junicode",
|
||||
"cfasync",
|
||||
"Junicode",
|
||||
"Galdámez",
|
||||
"García",
|
||||
"Briel",
|
||||
"brhm",
|
||||
"Brhm",
|
||||
"kristijanribaric",
|
||||
"Ribaric",
|
||||
"larvey",
|
||||
"Larvey",
|
||||
"taroj",
|
||||
"Jokagi",
|
||||
"bryan",
|
||||
"Canoa",
|
||||
"canoa",
|
||||
"cfasync",
|
||||
"createdAsc",
|
||||
"createdDefault",
|
||||
"createdDesc",
|
||||
"daniel",
|
||||
"FMPEG",
|
||||
"ferrocyante",
|
||||
"flatpaks",
|
||||
"Galdámez",
|
||||
"García",
|
||||
"Garro",
|
||||
"isnan",
|
||||
"itro",
|
||||
"jace",
|
||||
"Jace",
|
||||
"canoa",
|
||||
"Canoa",
|
||||
"itro",
|
||||
"jafeth",
|
||||
"Jafeth",
|
||||
"Garro",
|
||||
"XPCOM",
|
||||
"zsync",
|
||||
"flatpaks",
|
||||
"Nehalem",
|
||||
"VAAPI",
|
||||
"FMPEG",
|
||||
"AMOLED",
|
||||
"jank",
|
||||
"mfsa",
|
||||
"OCSP",
|
||||
"unfloatable",
|
||||
"laggy",
|
||||
"NSIS",
|
||||
"wmfcdm",
|
||||
"unfocusing",
|
||||
"Briel",
|
||||
"Otero",
|
||||
"Pdzly",
|
||||
"ferrocyante",
|
||||
"testid",
|
||||
"linuxsum",
|
||||
"linuxarmsum",
|
||||
"bryan",
|
||||
"oscar",
|
||||
"daniel",
|
||||
"Jokagi",
|
||||
"junicode",
|
||||
"Junicode",
|
||||
"kristijanribaric",
|
||||
"Kristijan",
|
||||
"adam",
|
||||
"laggy",
|
||||
"larvey",
|
||||
"Larvey",
|
||||
"linuxarmsum",
|
||||
"linuxsum",
|
||||
"linaarchsum",
|
||||
"mfsa",
|
||||
"mozilla",
|
||||
"Nehalem",
|
||||
"NSIS",
|
||||
"OCSP",
|
||||
"oscar",
|
||||
"Otero",
|
||||
"patreon",
|
||||
"Pdzly",
|
||||
"Ribaric",
|
||||
"taroj",
|
||||
"testid",
|
||||
"theming",
|
||||
"linaarchsum"
|
||||
"tuta",
|
||||
"tsconfigs",
|
||||
"unfloatable",
|
||||
"unfocusing",
|
||||
"updatedAsc",
|
||||
"updatedDefault",
|
||||
"updatedDesc",
|
||||
"VAAPI",
|
||||
"wmfcdm",
|
||||
"XPCOM",
|
||||
"zsync"
|
||||
],
|
||||
"flagWords": [],
|
||||
"ignorePaths": [
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"astro": "astro",
|
||||
"lint": "eslint . --max-warnings=0 --cache",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"spell": "cspell \"src/**/*.{ts,tsx,js,jsx,astro,md,json,yml,yaml}\"",
|
||||
"spell": "cspell \"**/*.{ts,tsx,js,jsx,astro,md,json,yml,yaml}\"",
|
||||
"format": "prettier . --check --cache",
|
||||
"format:fix": "prettier . --write --cache --list-different",
|
||||
"commitlint": "commitlint --edit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue