mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05: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",
|
"language": "en,es",
|
||||||
"files": ["**/*.{ts,js,astro,html,css,json,yml,yaml,md}"],
|
"files": ["**/*.{ts,js,astro,html,css,json,yml,yaml,md}"],
|
||||||
"words": [
|
"words": [
|
||||||
"createdDefault",
|
"adam",
|
||||||
"createdAsc",
|
"AMOLED",
|
||||||
"createdDesc",
|
|
||||||
"updatedDefault",
|
|
||||||
"updatedAsc",
|
|
||||||
"updatedDesc",
|
|
||||||
"Astronav",
|
"Astronav",
|
||||||
"tuta",
|
"Briel",
|
||||||
"junicode",
|
|
||||||
"cfasync",
|
|
||||||
"Junicode",
|
|
||||||
"Galdámez",
|
|
||||||
"García",
|
|
||||||
"brhm",
|
"brhm",
|
||||||
"Brhm",
|
"Brhm",
|
||||||
"kristijanribaric",
|
"bryan",
|
||||||
"Ribaric",
|
"Canoa",
|
||||||
"larvey",
|
"canoa",
|
||||||
"Larvey",
|
"cfasync",
|
||||||
"taroj",
|
"createdAsc",
|
||||||
"Jokagi",
|
"createdDefault",
|
||||||
|
"createdDesc",
|
||||||
|
"daniel",
|
||||||
|
"FMPEG",
|
||||||
|
"ferrocyante",
|
||||||
|
"flatpaks",
|
||||||
|
"Galdámez",
|
||||||
|
"García",
|
||||||
|
"Garro",
|
||||||
|
"isnan",
|
||||||
|
"itro",
|
||||||
"jace",
|
"jace",
|
||||||
"Jace",
|
"Jace",
|
||||||
"canoa",
|
|
||||||
"Canoa",
|
|
||||||
"itro",
|
|
||||||
"jafeth",
|
"jafeth",
|
||||||
"Jafeth",
|
"Jafeth",
|
||||||
"Garro",
|
|
||||||
"XPCOM",
|
|
||||||
"zsync",
|
|
||||||
"flatpaks",
|
|
||||||
"Nehalem",
|
|
||||||
"VAAPI",
|
|
||||||
"FMPEG",
|
|
||||||
"AMOLED",
|
|
||||||
"jank",
|
"jank",
|
||||||
"mfsa",
|
"Jokagi",
|
||||||
"OCSP",
|
"junicode",
|
||||||
"unfloatable",
|
"Junicode",
|
||||||
"laggy",
|
"kristijanribaric",
|
||||||
"NSIS",
|
|
||||||
"wmfcdm",
|
|
||||||
"unfocusing",
|
|
||||||
"Briel",
|
|
||||||
"Otero",
|
|
||||||
"Pdzly",
|
|
||||||
"ferrocyante",
|
|
||||||
"testid",
|
|
||||||
"linuxsum",
|
|
||||||
"linuxarmsum",
|
|
||||||
"bryan",
|
|
||||||
"oscar",
|
|
||||||
"daniel",
|
|
||||||
"Kristijan",
|
"Kristijan",
|
||||||
"adam",
|
"laggy",
|
||||||
|
"larvey",
|
||||||
|
"Larvey",
|
||||||
|
"linuxarmsum",
|
||||||
|
"linuxsum",
|
||||||
|
"linaarchsum",
|
||||||
|
"mfsa",
|
||||||
"mozilla",
|
"mozilla",
|
||||||
|
"Nehalem",
|
||||||
|
"NSIS",
|
||||||
|
"OCSP",
|
||||||
|
"oscar",
|
||||||
|
"Otero",
|
||||||
"patreon",
|
"patreon",
|
||||||
|
"Pdzly",
|
||||||
|
"Ribaric",
|
||||||
|
"taroj",
|
||||||
|
"testid",
|
||||||
"theming",
|
"theming",
|
||||||
"linaarchsum"
|
"tuta",
|
||||||
|
"tsconfigs",
|
||||||
|
"unfloatable",
|
||||||
|
"unfocusing",
|
||||||
|
"updatedAsc",
|
||||||
|
"updatedDefault",
|
||||||
|
"updatedDesc",
|
||||||
|
"VAAPI",
|
||||||
|
"wmfcdm",
|
||||||
|
"XPCOM",
|
||||||
|
"zsync"
|
||||||
],
|
],
|
||||||
"flagWords": [],
|
"flagWords": [],
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"astro": "astro",
|
"astro": "astro",
|
||||||
"lint": "eslint . --max-warnings=0 --cache",
|
"lint": "eslint . --max-warnings=0 --cache",
|
||||||
"lint:fix": "eslint . --fix",
|
"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": "prettier . --check --cache",
|
||||||
"format:fix": "prettier . --write --cache --list-different",
|
"format:fix": "prettier . --write --cache --list-different",
|
||||||
"commitlint": "commitlint --edit",
|
"commitlint": "commitlint --edit",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue