Skip to content

Commit 3ee6af9

Browse files
author
John Agan
committed
removed duplicate eslint-prettier
1 parent 591e400 commit 3ee6af9

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"eslint-config-airbnb-base": "^15.0.0",
3737
"eslint-config-prettier": "^8.5.0",
3838
"eslint-plugin-import": "^2.25.2",
39-
"eslint-plugin-prettier": "^4.0.0",
4039
"nock": "^13.0.7",
4140
"nyc": "^15.1.0"
4241
},

yarn.lock

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,13 +1769,6 @@ eslint-plugin-import@^2.25.2:
17691769
resolve "^1.20.0"
17701770
tsconfig-paths "^3.12.0"
17711771

1772-
eslint-plugin-prettier@^4.0.0:
1773-
version "4.0.0"
1774-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz#8b99d1e4b8b24a762472b4567992023619cb98e0"
1775-
integrity sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==
1776-
dependencies:
1777-
prettier-linter-helpers "^1.0.0"
1778-
17791772
eslint-scope@^7.1.1:
17801773
version "7.1.1"
17811774
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz"
@@ -1885,7 +1878,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
18851878
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz"
18861879
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
18871880

1888-
fast-diff@^1.1.2, fast-diff@^1.2.0:
1881+
fast-diff@^1.2.0:
18891882
version "1.2.0"
18901883
resolved "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz"
18911884
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
@@ -3062,13 +3055,6 @@ prelude-ls@^1.2.1:
30623055
resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz"
30633056
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
30643057

3065-
prettier-linter-helpers@^1.0.0:
3066-
version "1.0.0"
3067-
resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b"
3068-
integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==
3069-
dependencies:
3070-
fast-diff "^1.1.2"
3071-
30723058
pretty-ms@^7.0.1:
30733059
version "7.0.1"
30743060
resolved "https://registry.npmjs.org/pretty-ms/-/pretty-ms-7.0.1.tgz"

0 commit comments

Comments
 (0)