File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 "prettier" : " >=1.18.1"
3333 },
3434 "devDependencies" : {
35- "ember-template-lint" : " ^3.2.0 " ,
35+ "ember-template-lint" : " ^3.4.2 " ,
3636 "eslint" : " ^7.1.0" ,
3737 "eslint-config-prettier" : " ^8.3.0" ,
3838 "eslint-plugin-node" : " ^11.0.0" ,
4141 "markdownlint-cli" : " ^0.27.1" ,
4242 "mocha" : " ^8.1.0" ,
4343 "npm-run-all" : " ^4.1.5" ,
44- "prettier" : " ^2.2 .1"
44+ "prettier" : " ^2.3 .1"
4545 },
4646 "engines" : {
4747 "node" : " 10.* || 12.* || >= 14.*"
Original file line number Diff line number Diff line change 7777
7878{{/my-component}}` ,
7979 fixedTemplate : `{{#my-component}}
80+
8081 test
82+
8183{{/my-component}}` ,
8284 result : {
83- message : "Replace `⏎test⏎` with ` test `" ,
84- line : 1 ,
85- column : 18 ,
85+ message : "Insert `·· `" ,
86+ line : 2 ,
87+ column : 1 ,
8688 source : "{{#my-component}}\n\ntest\n\n{{/my-component}}" ,
8789 isFixable : true ,
8890 } ,
8991 } ,
9092 {
9193 config : true ,
9294 template : `{{#my-component class="class1 class2"}}
93- test
95+ test
9496
9597{{/my-component}}` ,
9698 fixedTemplate : `{{#my-component class="class1 class2"}}
9799 test
100+
98101{{/my-component}}` ,
99102 result : {
100- message : "Delete `⏎ `" ,
103+ message : "Delete `· `" ,
101104 line : 2 ,
102- column : 7 ,
105+ column : 6 ,
103106 source :
104- '{{#my-component class="class1 class2"}}\n test\n\n{{/my-component}}' ,
107+ '{{#my-component class="class1 class2"}}\n test \n\n{{/my-component}}' ,
105108 isFixable : true ,
106109 } ,
107110 } ,
Original file line number Diff line number Diff line change @@ -682,7 +682,7 @@ doctrine@^3.0.0:
682682 dependencies :
683683 esutils "^2.0.2"
684684
685- ember-template-lint@^3.2.0 :
685+ ember-template-lint@^3.4.2 :
686686 version "3.4.2"
687687 resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-3.4.2.tgz#d9480957b576b2b7ed02b4bf6bdb7c4b80243581"
688688 integrity sha512-YorsJ5cVmrt0hm2gTVwsKsX/NpYp6X7oa+z7a2iAtwBEz4GyEImUpH3YF7ilXHMFB6d5k96LLKzF73cyBJliuQ==
@@ -2156,10 +2156,10 @@ prettier-linter-helpers@^1.0.0:
21562156 dependencies :
21572157 fast-diff "^1.1.2"
21582158
2159- prettier@^2.2 .1 :
2160- version "2.3.0 "
2161- resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.0 .tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18 "
2162- integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w ==
2159+ prettier@^2.3 .1 :
2160+ version "2.3.1 "
2161+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.1 .tgz#76903c3f8c4449bc9ac597acefa24dc5ad4cbea6 "
2162+ integrity sha512-p+vNbgpLjif/+D+DwAZAbndtRrR0md0MwfmOVN9N+2RgyACMT+7tfaRnT+WDPkqnuVwleyuBIG2XBxKDme3hPA ==
21632163
21642164process-nextick-args@~2.0.0 :
21652165 version "2.0.1"
You can’t perform that action at this time.
0 commit comments