Skip to content
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

Code formatting setup, code actions and guidleines #6

Closed
wants to merge 17 commits into from

Commits on Aug 6, 2023

  1. Configure and setup prettier

    This commit configures `prettier`. To format a directory, for example
    [react-todo](https://github.com/FWDP/rantboard/tree/main/packages/react-todo):
    
    ```bash
    cd packages/react-todo # assuming you're on root-directory (rantboard)
    pnpm install # install dependencies
    pnpm run format # format files
    ```
    aishenreemo committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    946c6c4 View commit details
    Browse the repository at this point in the history
  2. Configure .editorconfig

    Add `.editorconfig` for consistent coding styles.
    To use, please install editorconfig plugin.
    
    - vscode
    https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)
    - nvim
    https://github.com/gpanders/editorconfig.nvim
    - other
    please visit editorconfig website (https://editorconfig.org/)
    aishenreemo committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    7e39153 View commit details
    Browse the repository at this point in the history
  3. Add pnpm-lock.yaml

    aishenreemo committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    449a495 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d601977 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    009aa6b View commit details
    Browse the repository at this point in the history
  6. Update README.md

    directormac authored and aishenreemo committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    1e0eeb6 View commit details
    Browse the repository at this point in the history
  7. Intentional breaking of git codes

    DDuran19 authored and aishenreemo committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    8b0bfd8 View commit details
    Browse the repository at this point in the history
  8. ➕Add-CSS on Vanilla Project

    directormac authored and aishenreemo committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    1044b11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a04e72 View commit details
    Browse the repository at this point in the history
  10. Change script name of check and format

    Provide a more concise script name to avoid conflicts like in `svelte-todo`
    aishenreemo committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    bb8572d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    936c00b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    706f711 View commit details
    Browse the repository at this point in the history
  13. Commit and push

    aishenreemo committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    2e41899 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a7289c0 View commit details
    Browse the repository at this point in the history
  15. Fix merge conflicts

    aishenreemo committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    63d2b76 View commit details
    Browse the repository at this point in the history
  16. Fix merge conflicts

    aishenreemo committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    e89a00f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d78466d View commit details
    Browse the repository at this point in the history