Refactor ESLint configs to use @stylistic plugin#234
Conversation
- Extract formatting rules into separate rules.js files - Add @stylistic/eslint-plugin dependency to both configs - Replace individual formatting rules with centralized formattingRules - Bump package versions to 1.4.0 - Maintain existing rule behavior while improving maintainability 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
564e111 to
32b8d66
Compare
marina-tilniak
left a comment
There was a problem hiding this comment.
why do we need it? would be good to add it to pr description
@marina-tilniak It would be clear in the case of the right timing. It's used in api, frontend, mobile for months, I just realized, I have uncommitted changes locally, when needed to publish mate-scripts for our external mentors :harold: |
I see, bur I mean why do we need Stylistic plugin? |
Styling rules in eslint are deprecated in prior of this plugin. And it contains more rules to autofix formatting to the desired state, to be closer to formatters. |
Summary
rules.jsfiles for better maintainabilityTest plan
🤖 Generated with Claude Code