Skip to content

Commit

Permalink
Merge pull request #132 from CuriBio/dependabot-npm_and_yarn-eslint-c…
Browse files Browse the repository at this point in the history
…onfig-prettier-8.1.0

Bump eslint-config-prettier from 7.2.0 to 8.1.0
  • Loading branch information
ejfine authored Mar 16, 2021
2 parents f640d6d + 56b7be2 commit 9b99769
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
8 changes: 1 addition & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ module.exports = {
"jest/globals": true,
node: true,
},
extends: [
"plugin:vue/essential",
"eslint:recommended",
"google",
"prettier",
"prettier/vue",
],
extends: ["plugin:vue/essential", "eslint:recommended", "google", "prettier"],
parserOptions: {
ecmaVersion: 11,
sourceType: "module",
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 @@ -67,7 +67,7 @@
"electron-updater": "~4.3.5",
"eslint": "~7.18.0",
"eslint-config-google": "~0.14.0",
"eslint-config-prettier": "~7.2.0",
"eslint-config-prettier": "~8.1.0",
"eslint-config-standard": "~16.0.2",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import": "~2.22.1",
Expand Down

0 comments on commit 9b99769

Please sign in to comment.