Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cajacko/generator-wordpress-react
https://github.com/cajacko/generator-wordpress-react
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cajacko/generator-wordpress-react
- Owner: cajacko
- Created: 2017-04-04T18:51:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-21T21:38:17.000Z (over 7 years ago)
- Last Synced: 2024-12-10T11:42:54.542Z (29 days ago)
- Language: PHP
- Size: 6.46 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-wordpress-react
# Javascript Linting
This project uses eslint for linting all Javascript code. You can lint all js files in your peojct by running:
```
npm run lint
```
You can access the eslint command like normal by using:
```
npm run eslint
```