-
-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prettier 1.9 and config handling #283
Conversation
* proseWrap config change * Don't merge vscode's option in prettierConfig * dependencies bump + arrowParens config + requireConfig config. Format only files with a prettierconfig
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.
Looking good
package.json
Outdated
}, | ||
"dependencies": { | ||
"ignore": "^3.3.7", | ||
"prettier": "1.9.0", |
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.
1.9.1 is out now
Could you also bump the version of prettier-eslint if there is a new version? |
package.json
Outdated
}, | ||
"dependencies": { | ||
"ignore": "^3.3.7", | ||
"prettier": "1.9.0", | ||
"prettier-eslint": "^8.2.4", |
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.
@RobinMalfait 8.2.0 -> 8.2.4
There is also a 8.2.5 now
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.
Whoops, didn't see that!
Adapt stylelint integration
Deprecated old options, notably "postcss" and updated stylelint check with new styles. |
Good for a review ! |
Does someone see something more we would need for a 1.0.0 release? |
json validation forother PRprettierrc.json
Break
Don't handle deprecated options. Workaround: prettierconfig