Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
BPScott committed Nov 26, 2021
1 parent b3491b2 commit a03f25d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ _Example config for react with typescript projects:_
### Fixed

* `shopify/restrict-full-import` "empty" array pattern (eg: `const [, bar] = foo` errors. [[#243](https://github.com/Shopify/eslint-plugin-shopify/pull/243)]
* Optimized `shopify/images/no-direct-imports` to be much faster in the common case.[[#247](https://github.com/Shopify/eslint-plugin-shopify/pull/247]
* Optimized `shopify/images/no-direct-imports` to be much faster in the common case. [[#247](https://github.com/Shopify/eslint-plugin-shopify/pull/247)]
* `shopify/react-hooks-strict-return` from crashing when a hook returns undefined. [[#251](https://github.com/Shopify/eslint-plugin-shopify/pull/251)]

### Added
Expand All @@ -432,7 +432,7 @@ _Example config for react with typescript projects:_

### Removed

* turned off `node/no-extraneous-require` because it duplicates reported violations from `import/no-extraneous-dependencies`. [[#240](https://github.com/Shopify/eslint-plugin-shopify/pull/240]
* turned off `node/no-extraneous-require` because it duplicates reported violations from `import/no-extraneous-dependencies`. [[#240](https://github.com/Shopify/eslint-plugin-shopify/pull/240)]

## 27.0.1 - 2019-04-10

Expand All @@ -442,7 +442,7 @@ _Example config for react with typescript projects:_

### Removed

* turned off `consistent-return`. [[#236](https://github.com/Shopify/eslint-plugin-shopify/pull/236]
* turned off `consistent-return`. [[#236](https://github.com/Shopify/eslint-plugin-shopify/pull/236)]
* turned off `react/jsx-no-bind`. [[#239](https://github.com/Shopify/eslint-plugin-shopify/pull/239)]
* turned off `babel/camelcase` in typescript config because it overlaps with `@typescript-eslint/camelcase`. [[#238](https://github.com/Shopify/eslint-plugin-shopify/pull/238)]
* `shopify/jest/no-if` no longer considers if statements in describe blocks as invalid. [[#235](https://github.com/Shopify/eslint-plugin-shopify/pull/235)]
Expand Down

0 comments on commit a03f25d

Please sign in to comment.