-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
refactor: Add lint and prettier #2492
Conversation
I will reformat the title to use the proper commit message syntax. |
Thanks for opening this pull request!
|
This is quite a large change across the whole codebase; added prettier and a few lint rules to get rid of code style inconsistencies and this back-and-forth of custom code style adjustments in PRs. The rules are consistent with the rules for parse-server and parse-js-sdk - more or less that is, because they differ slightly from repo to repo. @parse-community/dashboard please take a look and let know if there's any style change that would not be appropriate for this code type. For example, this codebase contains HTML tags which other repos don't have and prettier or lint replaces the single quotes with double quotes when used in HTML tags. |
Uffizzi Ephemeral Environment
|
🎉 This change has been released in version 5.2.0-alpha.28 |
🎉 This change has been released in version 5.3.0-beta.1 |
🎉 This change has been released in version 5.3.0-alpha.1 |
🎉 This change has been released in version 5.3.0 |
* release: (34 commits) chore(release): 5.3.0 [skip ci] release chore(release): 5.3.0-beta.1 [skip ci] release chore(release): 5.2.0-alpha.28 [skip ci] feat: Add security checks page (parse-community#2491) refactor: Security upgrade semver from 7.3.7 to 7.5.2 (parse-community#2493) refactor: Add lint and prettier (parse-community#2492) chore(release): 5.2.0-alpha.27 [skip ci] fix: Adding a file when adding a new row in the data browser doesn't show filename (parse-community#2471) chore(release): 5.2.0-alpha.26 [skip ci] fix: File extension is hidden in file field when editing object in modal dialog in data browser (parse-community#2472) chore(release): 5.2.0-alpha.25 [skip ci] fix: Incorrect highlight maker position in class list in data browser (parse-community#2490) chore(release): 5.2.0-alpha.24 [skip ci] feat: Add support for confirmation dialog before script execution in data browser (parse-community#2481) chore(release): 5.2.0-alpha.23 [skip ci] feat: Add parameter `selectedField` to script payload to determine which object field was selected when script was invoked (parse-community#2483) chore(release): 5.2.0-alpha.22 [skip ci] feat: Add refresh button to Cloud Config page (parse-community#2480) ... # Conflicts: # package-lock.json # src/components/LogView/LogViewEntry.react.js # src/dashboard/Data/Jobs/Jobs.react.js # src/dashboard/Data/Jobs/JobsForm.react.js # src/lib/DateUtils.js
New Pull Request Checklist
Issue Description
Closes: #2467
Approach