Open
Description
Describe the bug
eslint-config-wordpress has been deprecated in favor of the official core packages @wordpress/eslint-plugin or @wordpress/scripts
To reproduce
Steps to reproduce the behavior:
- Open package.json
- Go to the NPM page for eslint-config-wordpress https://www.npmjs.com/package/eslint-config-wordpress
- There's a deprecated notice.
Expected behavior
We should use the official Core configurations when possible.
Screenshots
N/A
System information (please complete)
- OS X
- Browser Chrome
- Version Latest
Additional context
I was just cruising through the package.json to see what all was included by default and looking up what each pacakge does and noticed the deprecated message for eslint-config-wordpress
Activity