Skip to content

Commit

Permalink
feat(deps): bump eslint-config-prettier from 7.2.0 to 8.1.0 (#882)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ybiquitous authored Mar 10, 2021
1 parent 9c7f3d1 commit c6f9ff6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
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 @@
"node": "^10.12.0 || >=12.0.0"
},
"dependencies": {
"eslint-config-prettier": "^7.0.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-compat": "^3.8.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
Expand Down
2 changes: 0 additions & 2 deletions rules/plugins/react-jsx.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// NOTE: Other rules will be disabled by Prettier

module.exports = {
extends: ["prettier/react"],

rules: {
"react/jsx-boolean-value": "off",
"react/jsx-curly-brace-presence": "error",
Expand Down
1 change: 0 additions & 1 deletion rules/plugins/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module.exports = {
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"prettier/@typescript-eslint",
],

rules: {
Expand Down

0 comments on commit c6f9ff6

Please sign in to comment.