Skip to content

Commit

Permalink
Update ESLint config for TypeScript files (#40584)
Browse files Browse the repository at this point in the history
* Update ESLint config for TypeScript files

* Change no-undefined-types to warning

* Remove unsed eslint-disable

* Restore 'jsdoc/require-returns'

* Turn off jsdoc/no-undefined-types

* Fix lints caused by turning off "jsdoc/no-undefined-types"

* Clean up jetpack-mu-wpcom/eslint.config.mjs

* Add changelog

* Restore plugins/jetpack/.eslintignore

* Turn back jsdoc/no-undefined-types ON with disabled reporting

* Re-enable param rules for now

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12353041998

Upstream-Ref: Automattic/jetpack@9f6b920
  • Loading branch information
zinigor authored and matticbot committed Dec 16, 2024
1 parent 7915ab3 commit 1ef9c71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ node_modules export-ignore
# Files to exclude from the mirror repo
/build/svg-clean/** production-exclude
/changelog/** production-exclude
/.eslintignore production-exclude
/.eslintrc.cjs production-exclude
/jest.config.cjs production-exclude
**/stories/** production-exclude
/src/** production-exclude
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.1.15-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [3.1.14] - 2024-12-09
### Changed
- Internal updates.
Expand Down Expand Up @@ -180,6 +184,7 @@

- Build: Refactored (aligned build system with Gridicons).

[3.1.15-alpha]: https://github.com/Automattic/social-logos/compare/v3.1.14...v3.1.15-alpha
[3.1.14]: https://github.com/Automattic/social-logos/compare/v3.1.13...v3.1.14
[3.1.13]: https://github.com/Automattic/social-logos/compare/v3.1.12...v3.1.13
[3.1.12]: https://github.com/Automattic/social-logos/compare/v3.1.11...v3.1.12
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "social-logos",
"version": "3.1.14",
"version": "3.1.15-alpha",
"description": "A repository of all the social logos used on WordPress.com.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/social-logos/",
"bugs": {
Expand Down

0 comments on commit 1ef9c71

Please sign in to comment.