Skip to content

Commit

Permalink
chore: upgrade eslint-config-prettier (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 6, 2023
1 parent 7b706b9 commit cdeae17
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
8 changes: 3 additions & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"extends": ["airbnb-base", "prettier", "prettier/prettier"],
"plugins": ["prettier", "jest"],
"extends": ["airbnb-base", "plugin:prettier/recommended"],
"plugins": ["jest"],
"parserOptions": {
"ecmaVersion": 11
},
"rules": {
"no-underscore-dangle": 0,
"arrow-body-style": 0,
"prettier/prettier": 2
"no-underscore-dangle": 0
},
"env": {
"jest/globals": true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"babel-jest": "^27 || ^28 || ^29",
"eslint": "^7 || ^8",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-prettier": "^9.0.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^26.9.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2153,10 +2153,10 @@ eslint-config-airbnb-base@^15.0.0:
object.entries "^1.1.5"
semver "^6.3.0"

eslint-config-prettier@^7.2.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.2.0.tgz#f4a4bd2832e810e8cc7c1411ec85b3e85c0c53f9"
integrity sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg==
eslint-config-prettier@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f"
integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==

eslint-formatter-codeframe@^7.32.1:
version "7.32.1"
Expand Down

0 comments on commit cdeae17

Please sign in to comment.