Skip to content

Commit

Permalink
Merge pull request #350 from iadvize/NO-TICKET-remove-redux-saga-patch
Browse files Browse the repository at this point in the history
NO-TICKET: no need for patch in redux-saga
  • Loading branch information
guillaumewuip authored Nov 2, 2020
2 parents fe65be6 + 227ae92 commit c91be13
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/eslint-config-redux-saga/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Removed unused patch

## [1.2.0]

### Changed
Expand Down
2 changes: 0 additions & 2 deletions packages/eslint-config-redux-saga/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require('@rushstack/eslint-patch/modern-module-resolution');

const TESTS_FILES = [
'**/*.test.js*',
'tests/**/*.js*',
Expand Down
3 changes: 2 additions & 1 deletion packages/eslint-config-redux-saga/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/eslint-config-redux-saga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"eslint": "^6.8.0 || ^7.0.0"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.0.6",
"eslint-plugin-redux-saga": "^1.2.1"
},
"scripts": {
Expand Down

0 comments on commit c91be13

Please sign in to comment.