javascript
javascript copied to clipboard
Monorepo for all the JavaScript within Yoast
We should set all version number to the same version for dependency that has been used the packages. This would make it easier to maintain the project and simplifies updating...
In the file `packages/yoast-components/composites/LinkSuggestions/LinkSuggestions.scss` we are using a relative path for importing a sass file from the style-guide. It would be better to convert it to `Styled Components`
We have some comments to classify the imports we make. Now we have external, internal and yoast. This is great however we use different styles: ``` /* Internal dependencies. */...
## Summary At the moment, `yarn test` only runs tests in the `packages/*` directory. During the first several PRs we concluded that those tests are not always sufficient since it...
In `ReplacementVariableEditor`, hide the button if an empty array of replacement variables is passed
## Summary In `ReplacementVariableEditor` the button to add a replacement variable is always shown. In Yoast SEO for [Neos](https://www.neos.io) there are no replacement variables (yet), so we want to be...