@@ -6592,6 +6592,11 @@ escodegen@^1.14.1:
6592
6592
optionalDependencies:
6593
6593
source-map "~0.6.1"
6594
6594
6595
+ eslint-config-prettier@^7.1.0:
6596
+ version "7.1.0"
6597
+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.1.0.tgz#5402eb559aa94b894effd6bddfa0b1ca051c858f"
6598
+ integrity sha512-9sm5/PxaFG7qNJvJzTROMM1Bk1ozXVTKI0buKOyb0Bsr1hrwi0H/TzxF/COtf1uxikIK8SwhX7K6zg78jAzbeA==
6599
+
6595
6600
eslint-plugin-ember@^10.1.1:
6596
6601
version "10.1.1"
6597
6602
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-10.1.1.tgz#27c2dbff2e4236434823b793721a5a9ef0c52e95"
@@ -6624,6 +6629,13 @@ eslint-plugin-node@^11.1.0:
6624
6629
resolve "^1.10.1"
6625
6630
semver "^6.1.0"
6626
6631
6632
+ eslint-plugin-prettier@^3.3.1:
6633
+ version "3.3.1"
6634
+ resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.3.1.tgz#7079cfa2497078905011e6f82e8dd8453d1371b7"
6635
+ integrity sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ==
6636
+ dependencies:
6637
+ prettier-linter-helpers "^1.0.0"
6638
+
6627
6639
eslint-scope@^4.0.3:
6628
6640
version "4.0.3"
6629
6641
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
@@ -6992,6 +7004,11 @@ fast-deep-equal@^3.1.1:
6992
7004
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
6993
7005
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
6994
7006
7007
+ fast-diff@^1.1.2:
7008
+ version "1.2.0"
7009
+ resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
7010
+ integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
7011
+
6995
7012
fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.4:
6996
7013
version "3.2.4"
6997
7014
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.4.tgz#d20aefbf99579383e7f3cc66529158c9b98554d3"
@@ -11259,6 +11276,18 @@ prepend-http@^2.0.0:
11259
11276
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
11260
11277
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
11261
11278
11279
+ prettier-linter-helpers@^1.0.0:
11280
+ version "1.0.0"
11281
+ resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b"
11282
+ integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==
11283
+ dependencies:
11284
+ fast-diff "^1.1.2"
11285
+
11286
+ prettier@^2.2.1:
11287
+ version "2.2.1"
11288
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
11289
+ integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
11290
+
11262
11291
pretty-ms@^3.1.0:
11263
11292
version "3.2.0"
11264
11293
resolved "https://registry.yarnpkg.com/pretty-ms/-/pretty-ms-3.2.0.tgz#87a8feaf27fc18414d75441467d411d6e6098a25"
0 commit comments