-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add prettier to standardize formatting #3173
Conversation
@mertsincan i know this is a big change but this is a huge improvement for the code base and it will enforce all the code looks the same. Once merged I will add |
@melloware no problem! Good job ;)
|
OK I updated with |
Nice! If it is OK for you, please merge it ;) |
There is an extra semicolon here https://github.com/primefaces/primereact/blob/master/components/lib/dropdown/Dropdown.js#L621 |
let me fix and make sure prettier isn't adding that! |
@kalinkrustev fixed! Thanks for reporting. |
###Defect Fixes
Add prettier to standardize formatting