Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshithpabbati/esprettier
An easy way to add ESLint and Prettier to your projects
https://github.com/harshithpabbati/esprettier
Last synced: 11 days ago
JSON representation
An easy way to add ESLint and Prettier to your projects
- Host: GitHub
- URL: https://github.com/harshithpabbati/esprettier
- Owner: harshithpabbati
- License: mit
- Created: 2020-07-10T17:12:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T16:57:16.000Z (over 4 years ago)
- Last Synced: 2024-10-11T13:31:42.102Z (27 days ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ESPrettier (ESLint + Prettier)
Are you lazy to add eslint & prettier in your every project ?
Tada 🎉! ESPrettier is made for you. It is an easy way to add ESLint & Prettier into your project.
### How to use
1. Install ESPrettier globally
```
npm i -g esprettier
```2. Get into the root of the project
```
cd project
```3. Run the command to add eslint & prettier to your project
```
esprettier eslint+prettier
```4. Done! you successfully added the required config to your project