Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: lint jsx #140

Merged
merged 1 commit into from
Apr 5, 2023
Merged

feat!: lint jsx #140

merged 1 commit into from
Apr 5, 2023

Conversation

achingbrain
Copy link
Member

Add *.jsx and *.tsx to list of files that are linted.

BREAKING CHANGE: previously jsx and tsx files were not linted, now they are

Add `*.jsx` and `*.tsx` to list of files that are linted.

BREAKING CHANGE: previously jsx and tsx files were not linted, now they are
@achingbrain achingbrain merged commit fde1460 into main Apr 5, 2023
@achingbrain achingbrain deleted the feat/lint-jsx branch April 5, 2023 15:52
achingbrain added a commit that referenced this pull request Apr 5, 2023
Add `*.jsx` and `*.tsx` to list of files that are linted.

BREAKING CHANGE: previously jsx and tsx files were not linted, now they are
github-actions bot pushed a commit that referenced this pull request Apr 5, 2023
## [4.0.0](v3.1.7...v4.0.0) (2023-04-05)

### ⚠ BREAKING CHANGES

* `await` is not allowed before `return` unless it is inside a `try/catch` in which case it is required

Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
* previously jsx and tsx files were not linted, now they are
* add import sorting rule (#126)

### Features

* add import sorting rule ([#126](#126)) ([1462d09](1462d09))
* lint jsx ([#140](#140)) ([fb5e5b6](fb5e5b6))

### Bug Fixes

* only require `await`ing promises returned from inside try/catch blocks ([#133](#133)) ([a6e4a7b](a6e4a7b)), closes [#130](#130)

### Trivial Changes

* convert to aegir project ([81d8ba3](81d8ba3))
* **deps:** bump eslint-config-standard-with-typescript from 27.0.1 to 34.0.1 ([#135](#135)) ([fc9aa6f](fc9aa6f))
* **deps:** bump eslint-plugin-jsdoc from 39.9.1 to 40.1.1 ([#139](#139)) ([bd1422b](bd1422b))
* fix linting ([adffc58](adffc58))
* use unified ci ([2674c56](2674c56))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant