RightCapitalHQ / frontend-style-guide

RightCapital's frontend style guide.
MIT License
7 stars 0 forks source link

Drop eslint-config-airbnb* presets #159

Open frantic1048 opened 3 months ago

frantic1048 commented 3 months ago

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: