Skip to content

Commit

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

* Follow recommendation from eslint-config-prettier

See
https://github.com/prettier/eslint-config-prettier/blob/HEAD/CHANGELOG.md#Version-800-2021-02-21

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Olle Jonsson <olle.jonsson@gmail.com>
  • Loading branch information
renovate[bot] and olleolleolle committed Jul 11, 2023
1 parent 9607446 commit 54c6372
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
parser: '@typescript-eslint/parser', // Specifies the ESLint parser
extends: [
'plugin:@typescript-eslint/recommended', // Uses the recommended rules from the @typescript-eslint/eslint-plugin
'prettier/@typescript-eslint', // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
'prettier',
'plugin:prettier/recommended', // Enables eslint-plugin-prettier and eslint-config-prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
],
parserOptions: {
Expand Down
20 changes: 12 additions & 8 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 @@ -54,7 +54,7 @@
"@typescript-eslint/parser": "^6.0.0",
"colors": "^1.4.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^5.0.0",
"glob": "^8.0.0",
Expand Down

0 comments on commit 54c6372

Please sign in to comment.