Skip to content

Commit

Permalink
Remove yoast-components
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschoester committed Apr 26, 2024
1 parent 9c3035b commit f685e61
Show file tree
Hide file tree
Showing 79 changed files with 40 additions and 6,781 deletions.
23 changes: 0 additions & 23 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -48,29 +48,6 @@ overrides:
- "packages/social-metadata-previews/**/*.js"
rules:
import/no-unresolved: [ "error", { ignore: [ "^@yoast/(components|replacement-variable-editor|social-metadata-forms|style-guide)" ] } ]
- files:
- "packages/yoast-components/**/*.js"
rules:
complexity: [ 1, 6 ]
# A wrapping label is not necessary when there already is an htmlFor attribute.
jsx-a11y/label-has-for: [ "error", { required: "id" } ]
require-jsdoc: 1
react/button-has-type: 1
react/default-props-match-prop-types: 1
react/no-unused-prop-types: 1
react/no-access-state-in-setstate: 1
react/no-unused-state: 1
react/no-deprecated: 0
react/jsx-no-bind: 1
react/jsx-no-target-blank: 1
react/require-default-props: 1
react/forbid-foreign-prop-types: 1
import/no-duplicates: 0
import/named: 0
import/no-extraneous-dependencies: 0
import/no-unresolved: [ "error", { ignore: [ "^@yoast/(analysis-report|components|helpers|replacement-variable-editor|search-metadata-previews|style-guide)" ] } ]
env:
jest: true
- files:
- "packages/**/tests/**/*Test.js"
rules:
Expand Down
2 changes: 0 additions & 2 deletions packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ This monorepo includes reusable packages:
- A combination of style constants and functions that can be used to conform to the Yoast corporate identity.
- [eslint-config-yoast](eslint)
- ESLint configuration for Yoast projects.
- [yoast-components](yoast-components) *[deprecated. replaced by [@yoast/components](packages/components)]*
- All-purpose React components.
- [yoastseo](yoastseo) *[Replaces [YoastSEO.js](https://github.com/yoast//yoastseo.js)]*
- Text analysis and assessment library in JavaScript. This library can generate interesting metrics about a text and assess these metrics to give you an assessment which can be used to improve the text.

Expand Down
22 changes: 0 additions & 22 deletions packages/yoast-components/.babelrc

This file was deleted.

20 changes: 0 additions & 20 deletions packages/yoast-components/.codeclimate.yml

This file was deleted.

2 changes: 0 additions & 2 deletions packages/yoast-components/.csslintrc

This file was deleted.

21 changes: 0 additions & 21 deletions packages/yoast-components/.editorconfig

This file was deleted.

24 changes: 0 additions & 24 deletions packages/yoast-components/.github/ISSUE_TEMPLATE.md

This file was deleted.

20 changes: 0 additions & 20 deletions packages/yoast-components/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/yoast-components/.gitignore

This file was deleted.

0 comments on commit f685e61

Please sign in to comment.