SemiFix — JavaScript & TypeScript Semicolon Fixer
SemiFix scans your JavaScript and TypeScript projects for missing semicolons and fixes them with one click.
Features
- Scan your entire project for missing semicolons
- Fix missing semicolons with one click
- View the number of files scanned
- View files containing missing semicolons
- View the total number of missing semicolons
- See missing-semicolon counts for each file
- Supports JavaScript and TypeScript
- Supports JSX and TSX
- Supports MJS and CJS
- Automatically ignores common dependency and build folders
Supported Files
.js
.jsx
.ts
.tsx
.mjs
.cjs
Before You Run
SemiFix modifies source files in your project.
For safety, it is recommended to commit your current changes to Git before using Fix Semicolons.
git add .
git commit -m "Before running SemiFix"
| |