Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

chore(deps): update dependency eslint-config-prettier to v6 #121

Merged
merged 1 commit into from
Jun 25, 2019

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 25, 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: Enabled.

鈾伙笍 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.

@renovate renovate bot merged commit 1104912 into master Jun 25, 2019
@renovate renovate bot deleted the renovate/eslint-config-prettier-6.x branch June 25, 2019 19:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant