-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to GitHub actions #436
Conversation
{ | ||
"extends": [ "plugin:@wordpress/eslint-plugin/es5" ], | ||
"rules": { | ||
"comma-dangle": "off" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We keep this for IE compat as that's what we currently have.
run: npm run lint:css | ||
|
||
- name: Lint PHP | ||
run: npm run lint:php || true # Ignore for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a bunch of WordPress linter errors that need to be fixed.
@kasparsd as noted in #370 (comment), should this also fix #364? |
Fixes #405, #369, #353.
wp-dev-lib
dependency in favour ofwp-env
.wp-env
.readme.txt
for WP.org.