You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typo Checker is a custom Node.js CLI utility designed to automatically detect spelling errors in JavaScript, TypeScript, JSX, and TSX source code. It parses code files using an AST parser (@typescript-eslint/typescript-estree), extracts string literals, and validates them using the nspell spellchecker powered by the dictionary-en English dictionary