Skip to content

Commit ed2e62d

Browse files
committed
chore: add eslint-plugin-prettier
1 parent 5ae5d00 commit ed2e62d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"babel-eslint": "^10.0.1",
3131
"babel-jest": "^24.9.0",
3232
"eslint": "^6.8.0",
33+
"eslint-plugin-prettier": "^3.1.2",
3334
"flow-bin": "0.105.2",
3435
"husky": "^4.0.10",
3536
"jest": "^24.5.0",

yarn.lock

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3332,6 +3332,13 @@ [email protected]:
33323332
fast-diff "^1.1.1"
33333333
jest-docblock "^21.0.0"
33343334

3335+
eslint-plugin-prettier@^3.1.2:
3336+
version "3.1.2"
3337+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.2.tgz#432e5a667666ab84ce72f945c72f77d996a5c9ba"
3338+
integrity sha512-GlolCC9y3XZfv3RQfwGew7NnuFDKsfI4lbvRK+PIIo23SFH+LemGs4cKwzAaRa+Mdb+lQO/STaIayno8T5sJJA==
3339+
dependencies:
3340+
prettier-linter-helpers "^1.0.0"
3341+
33353342
eslint-plugin-react-hooks@^1.5.1:
33363343
version "1.7.0"
33373344
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-1.7.0.tgz#6210b6d5a37205f0b92858f895a4e827020a7d04"
@@ -3703,7 +3710,7 @@ fast-deep-equal@^3.1.1:
37033710
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4"
37043711
integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==
37053712

3706-
fast-diff@^1.1.1:
3713+
fast-diff@^1.1.1, fast-diff@^1.1.2:
37073714
version "1.2.0"
37083715
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
37093716
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
@@ -7892,6 +7899,13 @@ prepend-http@^1.0.1:
78927899
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
78937900
integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
78947901

7902+
prettier-linter-helpers@^1.0.0:
7903+
version "1.0.0"
7904+
resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b"
7905+
integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==
7906+
dependencies:
7907+
fast-diff "^1.1.2"
7908+
78957909
78967910
version "1.16.4"
78977911
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.4.tgz#73e37e73e018ad2db9c76742e2647e21790c9717"

0 commit comments

Comments
 (0)