parse-server icon indicating copy to clipboard operation
parse-server copied to clipboard

ci: Fix eslint config

Open dplewis opened this issue 7 months ago • 4 comments
trafficstars

Pull Request

Issue

Eslint is broken, runs prettier

Summary by CodeRabbit

  • Style

    • Improved code formatting and readability throughout the project, including multi-line conditionals, consistent indentation, and clearer function structures.
    • Refactored test cases and internal code for uniform style without changing behavior.
    • Removed unnecessary ESLint directive comments and updated linting configuration for better code quality enforcement.
  • Chores

    • Updated linting scripts and configuration, including disabling certain lint rules and removing deprecated or redundant settings.
    • Deleted an obsolete ESLint configuration file for tests.
  • Bug Fixes

    • Added missing semicolons and corrected minor syntax issues in several files.
  • Tests

    • Added new test cases for unique index enforcement and master key access in push status queries.
    • Reformatted and clarified numerous test cases for enhanced maintainability and consistency.

No changes to user-facing features or functionality.

dplewis avatar Apr 17 '25 16:04 dplewis