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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated eslint to v7. #39

Merged
merged 2 commits into from Jun 1, 2021
Merged

Updated eslint to v7. #39

merged 2 commits into from Jun 1, 2021

Conversation

fabianmarz
Copy link
Member

@fabianmarz fabianmarz commented May 28, 2021

Description

  • The original gulp-eslint package hasn't been updated since 2 years therefore move to another package (which is a fork of the original one). -> See related issue
  • Another possibility would have been to use npm-force-resolutions which mimics the behaviour of the Yarn resolutions and override the dependency for the gulp-eslint package instead.
  • 馃挕 There is this accepted RFC which will add the same behaviour for declaring dependency overrides in an upcoming version.
  • Additionally I fixed some breaking error if the parent package.json does not paths for tasks which are not relevant in some use cases fixes Build process fails when paths are not defined in package.json.聽#37.

@fabianmarz fabianmarz requested a review from wrux May 28, 2021 10:54
@wrux wrux merged commit d61d489 into master Jun 1, 2021
@wrux wrux deleted the update/eslint-fab branch June 1, 2021 09:13
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.

Build process fails when paths are not defined in package.json.
2 participants