-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the linting packages and the eslint config
- Loading branch information
1 parent
8b2a311
commit 8d2641d
Showing
2 changed files
with
70 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8d2641d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You updated prettier-plugin-ember-template-tag here, but not in the workspace root package.json.
This results in my linting command formatting stuff and my VSCode complaining it should be formatted differently.
E.g. the linting command chooses this:
But my IDE (vscode) wants this:
8d2641d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you have prettier removed from eslint and running separately?
have you restarted your editor extensions? (VSCode does not pick up on config or dependency changes automatically)
8d2641d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh i see! the version is ancient! thanks for your PR!
8d2641d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I created a PR for this
#295