Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cajacko/generator-wordpress-react


https://github.com/cajacko/generator-wordpress-react

Last synced: 2 days ago
JSON representation

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
```