Skip to content

Commit

Permalink
chore: add prettier plugin to eslintconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
christjt committed Jun 26, 2023
1 parent 7011b0b commit af0a482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion react-components/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"sourceType": "module",
"project": ["./tsconfig.json"]
},
"plugins": ["react"],
"plugins": ["react", "prettier"],
"rules": {
"react/react-in-jsx-scope": "off"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ export const Image360HistoricalSummary = forwardRef(
key={uniqueId()}
onClick={() => {
void onRevisionChanged(revisionDetails, index);
}}
>
}}>
<Thumbnail
key={index}
isActive={activeRevision === index}
Expand Down

0 comments on commit af0a482

Please sign in to comment.