Skip to content

Conversation

@badasswp
Copy link
Owner

This PR resolves this issue.

Description / Background Context

Similar to 43, there is a need to enforce WP style linting across the codebase to ensure consistency among PRs. Once done, Contributors should be able to lint and perform fixes easily like so:

yarn lint:js:fix

Testing Instructions

  1. Pull PR to local.
  2. Build correctly by running rm -rf node_modules && yarn build.
  3. Now run yarn lint:js:fix to correctly lint your JS files.
  4. All other features should work correctly as before.

@badasswp badasswp self-assigned this Mar 26, 2025
@badasswp badasswp added documentation Improvements or additions to documentation chore Task to be done labels Mar 26, 2025
@badasswp badasswp linked an issue Mar 26, 2025 that may be closed by this pull request
@badasswp badasswp merged commit bfa2090 into release-1.3.1 Mar 26, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Task to be done documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enforce WP linting across plugin

2 participants