chore(cspell): update cspell configuration and add new words for spell checking

This commit is contained in:
taroj1205 2025-06-03 16:20:27 +12:00
parent b2bc846b77
commit 8f8834c382
No known key found for this signature in database
GPG key ID: 0FCB6CFFE0981AB7
2 changed files with 51 additions and 49 deletions

View file

@ -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": [

View file

@ -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",