Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 14, 2019

This PR contains the following updates:

Package Type Update Change
eslint-config-prettier devDependencies major 5.1.0 -> 6.0.0

Release Notes

prettier/eslint-config-prettier

v6.0.0

Compare Source

  • Changed: The CLI helper tool now considers [no-confusing-arrow] to conflict
    if you use the default value of its allowParens option. The default was
    changed to true in ESLint 6, which conflicts with Prettier.

    If the CLI helper tool gives you errors about this after upgrading, the
    solution is to change this:

    { "rules": { "no-confusing-arrow": ["error"] } }

    Into this:

    { "rules": { "no-confusing-arrow": ["error", { "allowParens": false }] } }

    The latter works in both ESLint 6 as well as in ESLint 5 and older.

  • Improved: eslint --print-config usage instructions. The CLI tool help
    text as well as the documentation has been updated to suggest commands that
    work in ESLint 6.0 as well as in ESLint 5 and older. (Instead of eslint --print-config ., use eslint --print-config path/to/main.js.)


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@codecov-io
Copy link

codecov-io commented Jul 14, 2019

Codecov Report

Merging #121 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@ ## master #121 +/- ## ===================================== Coverage 100% 100% ===================================== Files 1 1 Lines 39 39 Branches 3 3 ===================================== Hits 39 39

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b960a03...0990755. Read the comment docs.

@mpeyper mpeyper merged commit a543b48 into master Jul 14, 2019
@renovate renovate bot deleted the renovate/eslint-config-prettier-6.x branch July 14, 2019 07:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

4 participants