# code-spell-check **Repository Path**: mirrors_mapbox/code-spell-check ## Basic Information - **Project Name**: code-spell-check - **Description**: spell check English in source code - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # code spell check Spell check English embedded in software. Currently checks - Text in JSX - Multiline template strings, or template strings that include capital letters Usage: - Currently unfinished - npm install to get dependencies - run index.js with arguments, like `node index.js src/**.js` Features - Accurate line and row numbers for English text in JavaScript source code - Preloaded with proper and technical words to ignore for Mapbox usage (todo making that configurable)