Changelog
*Sourced from [eslint-plugin-prettier's changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md).*
> ## v2.7.0 (2018-09-26)
>
> * Update: Support prettierignore and custom processors ([#111](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/111)) ([38537ba](https://github.com/prettier/eslint-plugin-prettier/commit/38537ba35fc9152852c3b91f3041d72556b43013))
> * Build: switch to release script package ([047dc8f](https://github.com/prettier/eslint-plugin-prettier/commit/047dc8ffdf006c74267df4902fec684c589dad12))
>
> ## v2.6.2 (2018-07-06)
>
> * Fix: Add representation for \r to showInvisibles ([#100](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/100)) ([731bbb5](https://github.com/prettier/eslint-plugin-prettier/commit/731bbb576ce422a5c73a1fa9750aa3466c7da928))
> * Docs: Add clarification about Flow/React support to readme ([#96](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/96)) ([977aa77](https://github.com/prettier/eslint-plugin-prettier/commit/977aa77a119f22af3f8ca8d6f47e5bcfcc9e23fb))
>
> ## v2.6.1 (2018-06-23)
>
> * Fix: respect editorconfig ([#92](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/92)) ([0b04dd3](https://github.com/prettier/eslint-plugin-prettier/commit/0b04dd362d0d92534a7cf11eaebbab8eb59fc96d))
>
> ## v2.6.0 (2018-02-02)
>
> * Update: Add option to skip loading prettierrc ([#83](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/83)) ([9e0fb48](https://github.com/prettier/eslint-plugin-prettier/commit/9e0fb48d077214a81ac549731308ab11512c37cd))
> * Build: add Node 8 and 9 to Travis ([e5b5fa7](https://github.com/prettier/eslint-plugin-prettier/commit/e5b5fa74d06a06a53d04c4748b31e24fcd7a41b9))
> * Chore: add test for vue parsing ([1ab43fd](https://github.com/prettier/eslint-plugin-prettier/commit/1ab43fd601a67100cb03bbfe614203fd399d40bb))
>
> ## v2.5.0 (2018-01-16)
>
> * Fix: pass filepath to prettier ([#76](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/76)) ([0b6ab55](https://github.com/prettier/eslint-plugin-prettier/commit/0b6ab55e0a48e9c31cfa1d7f3b891100e0580493))
> * Update: Add URL to rule documentation to the metadata ([#75](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/75)) ([804ead7](https://github.com/prettier/eslint-plugin-prettier/commit/804ead7406e12024a1f9c28628024e5d63b75854))
>
> ## v2.4.0 (2017-12-17)
>
> * New: Add 'recommended' configuration ([#73](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/73)) ([e529b60](https://github.com/prettier/eslint-plugin-prettier/commit/e529b6004b278fb8de660c75d69381ea071b2114))
> * Docs: Create ISSUE_TEMPLATE.md ([4335b08](https://github.com/prettier/eslint-plugin-prettier/commit/4335b08f2956f695eda20f9ca41653fe15b6538d))
>
> ## v2.3.1 (2017-09-18)
>
> * Fix: Guard against older prettier installation ([#56](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/56)) ([8a115f9](https://github.com/prettier/eslint-plugin-prettier/commit/8a115f9cc57dc20c9fc5c2b942f1e4770a5d730e))
>
> ## v2.3.0 (2017-09-18)
>
> * Update: Support .prettierrc config files (fixes [#46](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/46)) ([#55](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/55)) ([bc89153](https://github.com/prettier/eslint-plugin-prettier/commit/bc89153ffa733b3b58f123849485d7990577c216))
> * Docs: .eslintrc.json > .eslintrc ([#52](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/52)) ([95f0808](https://github.com/prettier/eslint-plugin-prettier/commit/95f0808416f7493426c822790d79cf22b0db0f22))
> * Upgrade: jest-docblock to ^21.0.0 ([#50](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/50)) ([c777111](https://github.com/prettier/eslint-plugin-prettier/commit/c777111a526c87236b8853d7e253ee93ac1d988d))
> * Chore: upgrade prettier to ^1.6.1 ([#49](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/49)) ([56deffa](https://github.com/prettier/eslint-plugin-prettier/commit/56deffae056c0165a7ed2b993b7cf78b6c71148a))
> * Chore: use eslint-plugin-self for linting ([#47](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/47)) ([5ea0526](https://github.com/prettier/eslint-plugin-prettier/commit/5ea05269cc947c2e30a42e5101140ab6faac311a))
Commits
- [`869f56d`](https://github.com/prettier/eslint-plugin-prettier/commit/869f56d5946d3d55a960bee2ab282e69cb15b9d6) Build: update package.json and changelog for v2.7.0
- [`38537ba`](https://github.com/prettier/eslint-plugin-prettier/commit/38537ba35fc9152852c3b91f3041d72556b43013) Update: Support prettierignore and custom processors ([#111](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/111))
- [`047dc8f`](https://github.com/prettier/eslint-plugin-prettier/commit/047dc8ffdf006c74267df4902fec684c589dad12) Build: switch to release script package
- [`bc33780`](https://github.com/prettier/eslint-plugin-prettier/commit/bc337809caf860130aea457fb5d4a298eb61aa39) Build: update package.json and changelog for v2.6.2
- [`731bbb5`](https://github.com/prettier/eslint-plugin-prettier/commit/731bbb576ce422a5c73a1fa9750aa3466c7da928) Fix: Add representation for \r to showInvisibles ([#100](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/100))
- [`977aa77`](https://github.com/prettier/eslint-plugin-prettier/commit/977aa77a119f22af3f8ca8d6f47e5bcfcc9e23fb) Docs: Add clarification about Flow/React support to readme ([#96](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/96))
- [`1c41c41`](https://github.com/prettier/eslint-plugin-prettier/commit/1c41c41436646ea444c749287651eac8e9b677e5) Build: update package.json and changelog for v2.6.1
- [`0b04dd3`](https://github.com/prettier/eslint-plugin-prettier/commit/0b04dd362d0d92534a7cf11eaebbab8eb59fc96d) Fix: respect editorconfig ([#92](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/92))
- [`d772dfa`](https://github.com/prettier/eslint-plugin-prettier/commit/d772dfaf5b0c810565653d45194061eb11ae2b09) Build: update package.json and changelog for v2.6.0
- [`9e0fb48`](https://github.com/prettier/eslint-plugin-prettier/commit/9e0fb48d077214a81ac549731308ab11512c37cd) Update: Add option to skip loading prettierrc ([#83](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/83))
- Additional commits viewable in [compare view](https://github.com/prettier/eslint-plugin-prettier/compare/v2.2.0...v2.7.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps eslint-plugin-prettier from 2.2.0 to 2.7.0.
Changelog
*Sourced from [eslint-plugin-prettier's changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md).* > ## v2.7.0 (2018-09-26) > > * Update: Support prettierignore and custom processors ([#111](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/111)) ([38537ba](https://github.com/prettier/eslint-plugin-prettier/commit/38537ba35fc9152852c3b91f3041d72556b43013)) > * Build: switch to release script package ([047dc8f](https://github.com/prettier/eslint-plugin-prettier/commit/047dc8ffdf006c74267df4902fec684c589dad12)) > > ## v2.6.2 (2018-07-06) > > * Fix: Add representation for \r to showInvisibles ([#100](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/100)) ([731bbb5](https://github.com/prettier/eslint-plugin-prettier/commit/731bbb576ce422a5c73a1fa9750aa3466c7da928)) > * Docs: Add clarification about Flow/React support to readme ([#96](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/96)) ([977aa77](https://github.com/prettier/eslint-plugin-prettier/commit/977aa77a119f22af3f8ca8d6f47e5bcfcc9e23fb)) > > ## v2.6.1 (2018-06-23) > > * Fix: respect editorconfig ([#92](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/92)) ([0b04dd3](https://github.com/prettier/eslint-plugin-prettier/commit/0b04dd362d0d92534a7cf11eaebbab8eb59fc96d)) > > ## v2.6.0 (2018-02-02) > > * Update: Add option to skip loading prettierrc ([#83](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/83)) ([9e0fb48](https://github.com/prettier/eslint-plugin-prettier/commit/9e0fb48d077214a81ac549731308ab11512c37cd)) > * Build: add Node 8 and 9 to Travis ([e5b5fa7](https://github.com/prettier/eslint-plugin-prettier/commit/e5b5fa74d06a06a53d04c4748b31e24fcd7a41b9)) > * Chore: add test for vue parsing ([1ab43fd](https://github.com/prettier/eslint-plugin-prettier/commit/1ab43fd601a67100cb03bbfe614203fd399d40bb)) > > ## v2.5.0 (2018-01-16) > > * Fix: pass filepath to prettier ([#76](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/76)) ([0b6ab55](https://github.com/prettier/eslint-plugin-prettier/commit/0b6ab55e0a48e9c31cfa1d7f3b891100e0580493)) > * Update: Add URL to rule documentation to the metadata ([#75](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/75)) ([804ead7](https://github.com/prettier/eslint-plugin-prettier/commit/804ead7406e12024a1f9c28628024e5d63b75854)) > > ## v2.4.0 (2017-12-17) > > * New: Add 'recommended' configuration ([#73](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/73)) ([e529b60](https://github.com/prettier/eslint-plugin-prettier/commit/e529b6004b278fb8de660c75d69381ea071b2114)) > * Docs: Create ISSUE_TEMPLATE.md ([4335b08](https://github.com/prettier/eslint-plugin-prettier/commit/4335b08f2956f695eda20f9ca41653fe15b6538d)) > > ## v2.3.1 (2017-09-18) > > * Fix: Guard against older prettier installation ([#56](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/56)) ([8a115f9](https://github.com/prettier/eslint-plugin-prettier/commit/8a115f9cc57dc20c9fc5c2b942f1e4770a5d730e)) > > ## v2.3.0 (2017-09-18) > > * Update: Support .prettierrc config files (fixes [#46](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/46)) ([#55](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/55)) ([bc89153](https://github.com/prettier/eslint-plugin-prettier/commit/bc89153ffa733b3b58f123849485d7990577c216)) > * Docs: .eslintrc.json > .eslintrc ([#52](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/52)) ([95f0808](https://github.com/prettier/eslint-plugin-prettier/commit/95f0808416f7493426c822790d79cf22b0db0f22)) > * Upgrade: jest-docblock to ^21.0.0 ([#50](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/50)) ([c777111](https://github.com/prettier/eslint-plugin-prettier/commit/c777111a526c87236b8853d7e253ee93ac1d988d)) > * Chore: upgrade prettier to ^1.6.1 ([#49](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/49)) ([56deffa](https://github.com/prettier/eslint-plugin-prettier/commit/56deffae056c0165a7ed2b993b7cf78b6c71148a)) > * Chore: use eslint-plugin-self for linting ([#47](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/47)) ([5ea0526](https://github.com/prettier/eslint-plugin-prettier/commit/5ea05269cc947c2e30a42e5101140ab6faac311a))Commits
- [`869f56d`](https://github.com/prettier/eslint-plugin-prettier/commit/869f56d5946d3d55a960bee2ab282e69cb15b9d6) Build: update package.json and changelog for v2.7.0 - [`38537ba`](https://github.com/prettier/eslint-plugin-prettier/commit/38537ba35fc9152852c3b91f3041d72556b43013) Update: Support prettierignore and custom processors ([#111](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/111)) - [`047dc8f`](https://github.com/prettier/eslint-plugin-prettier/commit/047dc8ffdf006c74267df4902fec684c589dad12) Build: switch to release script package - [`bc33780`](https://github.com/prettier/eslint-plugin-prettier/commit/bc337809caf860130aea457fb5d4a298eb61aa39) Build: update package.json and changelog for v2.6.2 - [`731bbb5`](https://github.com/prettier/eslint-plugin-prettier/commit/731bbb576ce422a5c73a1fa9750aa3466c7da928) Fix: Add representation for \r to showInvisibles ([#100](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/100)) - [`977aa77`](https://github.com/prettier/eslint-plugin-prettier/commit/977aa77a119f22af3f8ca8d6f47e5bcfcc9e23fb) Docs: Add clarification about Flow/React support to readme ([#96](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/96)) - [`1c41c41`](https://github.com/prettier/eslint-plugin-prettier/commit/1c41c41436646ea444c749287651eac8e9b677e5) Build: update package.json and changelog for v2.6.1 - [`0b04dd3`](https://github.com/prettier/eslint-plugin-prettier/commit/0b04dd362d0d92534a7cf11eaebbab8eb59fc96d) Fix: respect editorconfig ([#92](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/92)) - [`d772dfa`](https://github.com/prettier/eslint-plugin-prettier/commit/d772dfaf5b0c810565653d45194061eb11ae2b09) Build: update package.json and changelog for v2.6.0 - [`9e0fb48`](https://github.com/prettier/eslint-plugin-prettier/commit/9e0fb48d077214a81ac549731308ab11512c37cd) Update: Add option to skip loading prettierrc ([#83](https://github-redirect.dependabot.com/prettier/eslint-plugin-prettier/issues/83)) - Additional commits viewable in [compare view](https://github.com/prettier/eslint-plugin-prettier/compare/v2.2.0...v2.7.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.If all status checks pass Dependabot will automatically merge this pull request.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.