Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Fix prettier version caused lint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Sun (FA Talent) committed Feb 22, 2021
1 parent a75c1fc commit 612d9e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/webportal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"normalize.css": "^8.0.1",
"office-ui-fabric-react": "^6.189.0",
"papaparse": "^5.2.0",
"prettier": "^2.2.1",
"prettier": "1.18.2",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-dom": "^16.8.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const PureTaskRole = ({ expandedFlag }) => {
<FormItem
label='Task retry count'
tooltip={PROTOCOL_TOOLTIPS.policy}
>
>
<TaskRetryCount />
</FormItem>
</Col>
Expand Down
7 changes: 1 addition & 6 deletions src/webportal/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8549,16 +8549,11 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@^1.17.0:
prettier@1.18.2, prettier@^1.17.0:
version "1.18.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==

prettier@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==

pretty-error@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/pretty-error/-/pretty-error-2.1.1.tgz#5f4f87c8f91e5ae3f3ba87ab4cf5e03b1a17f1a3"
Expand Down

0 comments on commit 612d9e4

Please sign in to comment.