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
The eslint-config-airbnb primarily focuses on legacy JavaScript code, making it ill-suited for our modern TypeScript codebase that requires significant adjustments. We may consider removing it and maintaining our own configuration to enhance ergonomics.
Since we already have a snapshot test for the rules, we can utilize it to ensure that no rules are changed after removing the eslint-config-airbnb* dependencies. Subsequently, we can enhance the rules further.
The eslint-config-airbnb primarily focuses on legacy JavaScript code, making it ill-suited for our modern TypeScript codebase that requires significant adjustments. We may consider removing it and maintaining our own configuration to enhance ergonomics.
Since we already have a snapshot test for the rules, we can utilize it to ensure that no rules are changed after removing the eslint-config-airbnb* dependencies. Subsequently, we can enhance the rules further.
Steps:
eslint-config-airbnb*
rules into our repository. refactor: remove eslint-config-airbnb* dependencies #160The text was updated successfully, but these errors were encountered: