Skip to content

Commit

Permalink
Temporarily remove prettier from eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilwoodruff committed Oct 18, 2023
1 parent b2a16fd commit 72e4e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"plugin:prettier/recommended"
//"plugin:prettier/recommended"
],
"globals": {
"process": true
Expand All @@ -20,7 +20,7 @@
"extends": [
"eslint:recommended",
"plugin:jest/recommended",
"plugin:prettier/recommended"
//"plugin:prettier/recommended"
],
"rules": { "jest/prefer-expect-assertions": "off" }
}
Expand Down

0 comments on commit 72e4e74

Please sign in to comment.