diff --git a/cspell.json b/cspell.json index 2213aba..7bfdc2e 100644 --- a/cspell.json +++ b/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": [ diff --git a/package.json b/package.json index 7f43511..950ecb9 100644 --- a/package.json +++ b/package.json @@ -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",