Skip to content

Commit

Permalink
Merge pull request #51 from dcyriller/upgrade-prettier
Browse files Browse the repository at this point in the history
Upgrade prettier devDependency
  • Loading branch information
dcyriller authored Nov 19, 2019
2 parents e380812 + 27d6c91 commit 02db0a6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 344 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint-plugin-prettier": "^3.1.0",
"lerna-changelog": "^0.8.2",
"mocha": "^6.1.4",
"prettier": "^1.18.2"
"prettier": "^1.19.0"
},
"engines": {
"node": "8.* || >= 10.*"
Expand Down
4 changes: 2 additions & 2 deletions test/unit/rules/lint-prettier-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ test
{{/my-component}}`,
result: {
moduleId: "layout.hbs",
message: "Replace `⏎test⏎` with `test`",
message: "Replace `⏎test⏎` with ` test`",
line: 1,
column: 17,
column: 18,
source: "{{#my-component}}\n\ntest\n\n{{/my-component}}"
}
},
Expand Down
Loading

0 comments on commit 02db0a6

Please sign in to comment.