We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e380812 commit 27d6c91Copy full SHA for 27d6c91
3 files changed
package.json
@@ -38,7 +38,7 @@
38
"eslint-plugin-prettier": "^3.1.0",
39
"lerna-changelog": "^0.8.2",
40
"mocha": "^6.1.4",
41
- "prettier": "^1.18.2"
+ "prettier": "^1.19.0"
42
},
43
"engines": {
44
"node": "8.* || >= 10.*"
test/unit/rules/lint-prettier-test.js
@@ -57,9 +57,9 @@ test
57
{{/my-component}}`,
58
result: {
59
moduleId: "layout.hbs",
60
- message: "Replace `⏎⏎test⏎⏎` with `test`",
+ message: "Replace `⏎test⏎` with ` test`",
61
line: 1,
62
- column: 17,
+ column: 18,
63
source: "{{#my-component}}\n\ntest\n\n{{/my-component}}"
64
}
65
0 commit comments