Skip to content

Commit

Permalink
Merge pull request #128 from jellyfin/0467dependabot/npm_and_yarn/esl…
Browse files Browse the repository at this point in the history
…int-config-prettier-8.1.0

chore(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.1.0
  • Loading branch information
ferferga authored Apr 12, 2021
2 parents 0b06e0c + 2a8125b commit 7124c6e
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 @@ -14,7 +14,7 @@ module.exports = {
'plugin:import/errors',
'plugin:import/warnings',
'plugin:import/typescript',
'plugin:prettier/recommended'
'prettier'
],
rules: {
'@typescript-eslint/explicit-function-return-type': 'error',
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 @@ -21,7 +21,7 @@
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-prettier": "^8.1.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.7.9",
Expand Down

0 comments on commit 7124c6e

Please sign in to comment.