Version 5.4 of @lipemat/js-boilerplate is now available and ready for use. This version focused on enhancing security and using the latest ESLint configurations.
Version 12+ of node
In response to this security advisory, this package will now require version 12+ of node.
Switch to @wordpress/eslint-plugin
Previously we were using eslint-config-wordpress
as our starting point for the ESLint configuration. With the release of Gutenberg, that configuration has been deprecated in favor of the new @wordpress/eslint-plugin
configuration.
This library now uses @wordpress/eslint-plugin
as the starting point for the ESLint configurations. The eslint.config
has been updated to account for many of the previous code styles to make the transition as smooth as possible; however, there may be some ESLint rules that need to be updated to match your codebase.