You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a formatter (prettier or any other) configuration to the codebase which is consistent with the eslint-configuration and introduces as few as possible linting changes.
Use Case
Formatting the codebase with formatted will improve the spacing which will improve the readability of the code.
Possible Solution
Can use prettier with some manual config file for the same.
Context
While working for a PR, there occurred a need for formatting. This made this issue rise up.
Detailed Description
The changes will most likely include:
Addition of some new packages
New configuration file for the formatter package.
Changes to the existing eslint configuration to be consistent with existing rules along with formatting rules.
Feature Request 🛍️
Add a formatter (prettier or any other) configuration to the codebase which is consistent with the
eslint-configuration
and introduces as few as possible linting changes.Use Case
Formatting the codebase with formatted will improve the spacing which will improve the readability of the code.
Possible Solution
Can use prettier with some manual config file for the same.
Context
While working for a PR, there occurred a need for formatting. This made this issue rise up.
Detailed Description
The changes will most likely include:
eslint
configuration to be consistent with existing rules along with formatting rules.Related Issues
Eslint Config
The text was updated successfully, but these errors were encountered: