-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
M2-5381: Add functional ESLint rules
These rules are meant to be limited to the following categories: - Potential Bugs Detection: Rules that help identify common coding mistakes that could lead to runtime errors or unexpected behavior. - Performance Issues: Rules focused on optimizing performance, such as detecting unnecessary re-renders in React components or inefficient database queries. - Stale Code Identification: Rules to detect unused variables, functions, components, or other elements that can clutter the codebase and reduce maintainability. - Security Vulnerabilities: Basic security linting rules that flag potentially unsafe coding practices, such as improper handling of user input.
- Loading branch information
1 parent
280c215
commit 4d0b9f6
Showing
5 changed files
with
973 additions
and
349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.