Skip to content

Commit

Permalink
fix(deps): update dependency eslint-config-prettier to v8 (#958)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency eslint-config-prettier to v8

* fix(deps): update dependency eslint-config-prettier to v8

* What a beautiful change

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Josh Goldberg <[email protected]>
  • Loading branch information
3 people authored Mar 1, 2021
1 parent f7bb91e commit 3e68261
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
es6: true,
node: true,
},
extends: ["plugin:@typescript-eslint/all", "prettier", "prettier/@typescript-eslint"],
extends: ["plugin:@typescript-eslint/all", "prettier"],
overrides: [
{
files: ["*.stubs.ts", "*.test.ts"],
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"chalk": "4.1.0",
"commander": "7.1.0",
"cson-parser": "4.0.8",
"eslint-config-prettier": "7.2.0",
"eslint-config-prettier": "8.1.0",
"glob": "7.1.6",
"json5": "2.2.0",
"lodash": "4.17.21",
Expand Down

0 comments on commit 3e68261

Please sign in to comment.