akalongman / akalongman/sublimetext-codeformatter
JS
Open
- Dominant language
- Python
- Stars
- 772
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
import { X } from 'path';
< formated to >
import {
X
}
from 'path';
..............
how can i ignore imports? thanks.
Contributor guide
Assessment
This issue has not been assessed yet.