The "prettier" config now includes not just ESLint core rules, but also rules from all plugins. Much simpler!
So … what’s the catch? Why haven’t we done this earlier? Turns out it’s just a sad mistake. I (@lydell) was confused when testing, and thought that turning off unknown rules in a config was an error. Thanks to Georgii Dolzhykov (@thorn0) for pointing this out!
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.15.0 to 8.3.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md">eslint-config-prettier's changelog</a>.</em></p>
<blockquote>
<h3>Version 8.3.0 (2021-04-24)</h3>
<ul>
<li>Added: Support for [<code>@babel/eslint-plugin</code>]. Thanks to Chip Zhang (<a href="https://github.com/ChipZhang"><code>@ChipZhang</code></a>) for the heads-up! ([eslint-plugin-babel] is still supported, too.)</li>
</ul>
<h3>Version 8.2.0 (2021-04-13)</h3>
<ul>
<li>Added: [flowtype/quotes]. Thanks to Martin Zlámal (<a href="https://github.com/mrtnzlml"><code>@mrtnzlml</code></a>)!</li>
</ul>
<h3>Version 8.1.0 (2021-02-24)</h3>
<ul>
<li>Added: [flowtype/object-type-curly-spacing].</li>
<li>Added: Dummy files for the configs removed in 8.0.0. The dummy files throw an error that try to guide you how to upgrade.</li>
</ul>
<h3>Version 8.0.0 (2021-02-21)</h3>
<ul>
<li>
<p>Changed: All configs have been merged into one!</p>
<p>To upgrade, change:</p>
<pre lang="json"><code>{
"extends": [
"some-other-config-you-use",
"prettier",
"prettier/@typescript-eslint",
"prettier/babel",
"prettier/flowtype",
"prettier/react",
"prettier/standard",
"prettier/unicorn",
"prettier/vue"
]
}
</code></pre>
<p>Into:</p>
<!-- raw HTML omitted -->
<pre lang="json"><code>{
"extends": [
"some-other-config-you-use",
"prettier"
]
}
</code></pre>
<p>The <code>"prettier"</code> config now includes not just ESLint core rules, but also rules from all plugins. Much simpler!</p>
<p>So … what’s the catch? Why haven’t we done this earlier? Turns out it’s just a sad mistake. I (<a href="https://github.com/lydell"><code>@lydell</code></a>) was confused when testing, and thought that turning off unknown rules in a config was an error. Thanks to Georgii Dolzhykov (<a href="https://github.com/thorn0"><code>@thorn0</code></a>) for pointing this out!</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/prettier/eslint-config-prettier/commit/6537dd961a7b612d6104017234024f241c2b7591"><code>6537dd9</code></a> eslint-config-prettier v8.3.0</li>
<li><a href="https://github.com/prettier/eslint-config-prettier/commit/79db534f6afc0be1c9b1a6c7c3fdf825cbe52827"><code>79db534</code></a> Add <code>@babel/eslint-plugin</code> (<a href="https://github.com/prettier/eslint-config-prettier/issues/187">#187</a>)</li>
<li><a href="https://github.com/prettier/eslint-config-prettier/commit/8954ede730b26df60fede2074d726a3c45d7a95f"><code>8954ede</code></a> Update npm packages</li>
<li><a href="https://github.com/prettier/eslint-config-prettier/commit/56213e4f454fbe6c187d15b52a2c91df8b414b3c"><code>56213e4</code></a> eslint-config-prettier v8.2.0</li>
<li><a href="https://github.com/prettier/eslint-config-prettier/commit/d977acefb78dae2944c4508f3b32b4f75d10cecd"><code>d977ace</code></a> Update npm packages</li>
<li><a href="https://github.com/prettier/eslint-config-prettier/commit/6df206ed4ae2c1550ef6f108181a92ec88e4700e"><code>6df206e</code></a> Add new rule <code>flowtype/quotes</code> (<a href="https://github.com/prettier/eslint-config-prettier/issues/184">#184</a>)</li>
<li><a href="https://github.com/prettier/eslint-config-prettier/commit/87405b6765964e87bc56f87dce35fcd96d12d3d5"><code>87405b6</code></a> Clarify what to add to .eslintrc in readme (<a href="https://github.com/prettier/eslint-config-prettier/issues/183">#183</a>)</li>
<li><a href="https://github.com/prettier/eslint-config-prettier/commit/96efee3dc6d37f9a89d6facb04359a73409cb1e6"><code>96efee3</code></a> Bump y18n from 3.2.1 to 3.2.2 (<a href="https://github.com/prettier/eslint-config-prettier/issues/182">#182</a>)</li>
<li><a href="https://github.com/prettier/eslint-config-prettier/commit/d6c429724a7f66786f7c44c216ce70d44ef413a6"><code>d6c4297</code></a> eslint-config-prettier v8.1.0</li>
<li><a href="https://github.com/prettier/eslint-config-prettier/commit/4e00e6d04f2f9b1e37be741e291f2ed7c60fafd9"><code>4e00e6d</code></a> Add dummy legacy configs</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/eslint-config-prettier/compare/v6.15.0...v8.3.0">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps eslint-config-prettier from 6.15.0 to 8.3.0.
Changelog
Sourced from eslint-config-prettier's changelog.
... (truncated)
Commits
6537dd9eslint-config-prettier v8.3.079db534Add@babel/eslint-plugin(#187)8954edeUpdate npm packages56213e4eslint-config-prettier v8.2.0d977aceUpdate npm packages6df206eAdd new ruleflowtype/quotes(#184)87405b6Clarify what to add to .eslintrc in readme (#183)96efee3Bump y18n from 3.2.1 to 3.2.2 (#182)d6c4297eslint-config-prettier v8.1.04e00e6dAdd dummy legacy configsDependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts$dependabot recreate
⚠️
dependabotis recreating merge request. All changes will be overwritten! ⚠️added 9 commits
masterCompare with previous version
✅
dependabotsuccessfuly recreated merge request!added 1 commit
Compare with previous version
added 56 commits
master6029fea1- Build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.3.034e4f510- fix: eslint configCompare with previous version
resolved all threads
mentioned in commit
bde8e04efa