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

View file

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