https://github.com/dafrok/form-to-from
An ATOM plugin which helps you spell "from" right.
https://github.com/dafrok/form-to-from
Last synced: 10 months ago
JSON representation
An ATOM plugin which helps you spell "from" right.
- Host: GitHub
- URL: https://github.com/dafrok/form-to-from
- Owner: Dafrok
- License: mit
- Created: 2016-07-05T03:28:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T03:51:46.000Z (about 10 years ago)
- Last Synced: 2025-10-09T09:11:36.853Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 158 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# form-to-from

The wrong spell likes:
```es6
import Foo form 'foo'
```
Now it will be right automatically!
```es6
import Foo from 'foo'
```