Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Fix jsdoc/check-line-alignment eslint warnings #8484

Merged
merged 1 commit into from
Mar 18, 2022

Conversation

chihsuan
Copy link
Member

Fixes jsdoc/check-line-alignment eslint warnings via pnpm run lint:js -- --fix --fix-type=layout.

In #8475 PR, we updated @wordpress/eslint-plugin from 8 to 10, and JSDoc alignment check has been added since @wordpress/eslint-plugin 9.1.0.

Please review the changes and confirm this only changes the JSDoc alignment.

no changelog

@chihsuan chihsuan self-assigned this Mar 17, 2022
@chihsuan chihsuan requested a review from a team March 17, 2022 09:34
Copy link
Contributor

@moon0326 moon0326 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for working on this @chihsuan

That's a lot of files 😄

LGTM 🚀

@chihsuan chihsuan force-pushed the dev/8425-update-lint-test-tools branch from 67df47e to 18a31a4 Compare March 18, 2022 11:15
@chihsuan chihsuan force-pushed the fix/eslint-layout branch from 83951fc to 3ffa24e Compare March 18, 2022 11:19
@chihsuan chihsuan merged commit d722038 into dev/8425-update-lint-test-tools Mar 18, 2022
@chihsuan chihsuan deleted the fix/eslint-layout branch March 18, 2022 11:22
chihsuan added a commit that referenced this pull request Mar 18, 2022
* Update husky from 4 to 7

* Update @types/jest from 26 to 27

* Update lint-staged from 10 to 12

* Update babel-jest from 26 to 27

* Update @typescript-eslint/eslint-plugin from 4 to 5

* Update @typescript-eslint/parser from 4 to 5

* Update chalk from 4 to 5

* Update concurrently from 5 to 7

* Update stylelint from 9 to 14 and stylelint-config-wordpress from 13 to 17

* Update @wordpress/prettier-config from 0.4 to 1.1

* Update eslint from 7 to 8, @wordpress/eslint-plugin from 8 to 10, eslint-plugin-testing-library to 5

* Fix lint errors after updating eslint-plugin-testing-library

* Fix style lint

* Rename .stylelintrc.json -> stylelint.config.js & add todo comment

Fix stylelint.config.js

* Remove @wordpress/e2e-test-utils

* Add changelogs for eslint-plugin

* Update storybook/preview.js since addDecorator has been deprecated

Remove parameters

* Import directly from @storybook/addon-docs

* Migrate some stories to use @storybook/addon-controls

Add a comment for @storybook/addon-knobs

* Update changelogs

* Update preview.js to fix lint warning

* Update pnpm-lock.yaml

* Fix eslint layout errors (#8484)
ObliviousHarmony pushed a commit to woocommerce/woocommerce that referenced this pull request Mar 18, 2022
…erce-admin#8475)

* Update husky from 4 to 7

* Update @types/jest from 26 to 27

* Update lint-staged from 10 to 12

* Update babel-jest from 26 to 27

* Update @typescript-eslint/eslint-plugin from 4 to 5

* Update @typescript-eslint/parser from 4 to 5

* Update chalk from 4 to 5

* Update concurrently from 5 to 7

* Update stylelint from 9 to 14 and stylelint-config-wordpress from 13 to 17

* Update @wordpress/prettier-config from 0.4 to 1.1

* Update eslint from 7 to 8, @wordpress/eslint-plugin from 8 to 10, eslint-plugin-testing-library to 5

* Fix lint errors after updating eslint-plugin-testing-library

* Fix style lint

* Rename .stylelintrc.json -> stylelint.config.js & add todo comment

Fix stylelint.config.js

* Remove @wordpress/e2e-test-utils

* Add changelogs for eslint-plugin

* Update storybook/preview.js since addDecorator has been deprecated

Remove parameters

* Import directly from @storybook/addon-docs

* Migrate some stories to use @storybook/addon-controls

Add a comment for @storybook/addon-knobs

* Update changelogs

* Update preview.js to fix lint warning

* Update pnpm-lock.yaml

* Fix eslint layout errors (woocommerce/woocommerce-admin#8484)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants