pento / testpress

Tool for helping you get a WordPress Core test environment up and running.
GNU General Public License v2.0
68 stars 2 forks source link

Add eslint #95

Closed talldan closed 5 years ago

talldan commented 5 years ago

Enable eslint for developers of testpress.

It'd be great to use @wordpress/eslint-plugin: https://github.com/WordPress/gutenberg/tree/master/packages/eslint-plugin

noisysocks commented 5 years ago

Should be able to get this all from @wordpress/scripts.

https://github.com/WordPress/gutenberg/tree/master/packages/scripts

noisysocks commented 5 years ago

Fixed by https://github.com/pento/testpress/pull/97.