javascript icon indicating copy to clipboard operation
javascript copied to clipboard

Monorepo for all the JavaScript within Yoast

Results 95 javascript issues
Sort by recently updated
recently updated
newest added

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...

Meta

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`

Meta

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. */...

Meta

## 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...

Meta

## 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...

good first issue