You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@carstingaxion@JordanPak@jmarx if any of you have JavaScript changes in your PR, please pull in changes from this branch and run npm run lint:js:fix before pulling in changes from develop branch to help avoid conflicts. I'm creating another PR to format all JavaScript to match WordPress standards, which is something I've been meaning to do for a while.
New Formatting and Internationalization Rules
Introduced a new tool configuration that extends coding standards provided by WordPress. This includes new formatting rules and specifies permissible text domains for language translation purposes.
Removal of Old Configuration File
The old tool configuration file has been deleted as we move towards the new format.
Updated Tool and Library Versions
There are updates to several tools and libraries that our system uses:
The WordPress coding standard tool has been upgraded.
A new library for code formatting, Prettier, has been added.
Various other utilities and libraries have been updated to their latest versions.
Updated Package Dependencies
The versions and integrity checks for several of our system's dependent packages have been updated to their latest releases. This is crucial for system stability and to benefit from the latest security patches and bug fixes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the Change
@carstingaxion @JordanPak @jmarx if any of you have JavaScript changes in your PR, please pull in changes from this branch and run
npm run lint:js:fixbefore pulling in changes fromdevelopbranch to help avoid conflicts. I'm creating another PR to format all JavaScript to match WordPress standards, which is something I've been meaning to do for a while.I'll update this PR when the changes are merged.
Once we're all good, we can close this.
Closes #
How to test the Change
Changelog Entry
Credits
Props @username, @username2, ...
Checklist: