Skip to content

Commit 7b4b0db

Browse files
Bump eslint-config-prettier from 7.2.0 to 8.1.0 (#282)
* Bump eslint-config-prettier from 7.2.0 to 8.1.0 Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.2.0 to 8.1.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v7.2.0...v8.1.0) Signed-off-by: dependabot[bot] <[email protected]> * Combined config See https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-800-2021-02-21 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Lindner <[email protected]>
1 parent a314217 commit 7b4b0db

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ module.exports = {
1313
extends: [
1414
'eslint-config-airbnb-base',
1515
'eslint:recommended',
16-
'eslint-config-prettier',
1716
'plugin:eslint-comments/recommended',
1817
'plugin:jest/recommended',
1918
'plugin:unicorn/recommended',
20-
'prettier/unicorn',
19+
'eslint-config-prettier',
2120
bestPractices,
2221
errors,
2322
es6,

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"eslint-config-airbnb-base": "^14.2.1",
52-
"eslint-config-prettier": "^7.2.0"
52+
"eslint-config-prettier": "^8.1.0"
5353
},
5454
"peerDependencies": {
5555
"eslint": "^7.0.0",

0 commit comments

Comments
 (0)