Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. Jun 06, 2024
    • Timothy Carambat's avatar
      Feature/devcontv2 (#1622) · 98cef508
      Timothy Carambat authored
      
      * Updated apt-packages source for devcontainer
      
      Switched the devcontainer's package source to a different repository to
      align with updated dependencies and package availability. The previous
      source from 'rocker-org' is replaced with 'devcontainers-contrib', which
      may offer more recent or relevant development tools.
      
      * Subject: Centralize prettier ignores and refine
      config
      
      Body:
      Centralized all prettier ignore rules by removing individual
      `.prettierignore` files in subprojects and updating the root
      `.prettierignore` to include previously ignored patterns, ensuring
      consistency across the workspace. Additionally, the prettier
      configuration was refined by making the file pattern for `.config.js`
      files consistent and adjusting quote styles for better readability. All
      lint scripts across the project were updated to respect the centralized
      ignore path, enhancing maintainability.
      
      The consolidation simplifies the process of managing ignore rules as the
      project scales, ensuring developers can focus on writing code without
      worrying about divergent formatting standards. These changes also align
      with introducing comprehensive linting across multiple environments to
      keep the codebase clean and consistent.
      
      This adjustment is a foundational step towards a more streamlined and
      unified code base, making it easier for new contributors to adhere to
      established coding standards and reducing the cognitive load associated
      with managing multiple configuration files across the project.
      
      * unset package json changes
      
      ---------
      
      Co-authored-by: default avatarFrancisco Bischoff <franzbischoff@gmail.com>
      Co-authored-by: default avatarFrancisco Bischoff <984592+franzbischoff@users.noreply.github.com>
      Unverified
      98cef508
  2. Jan 08, 2024
Loading