fix(eslint): Enable unicorn/filename-case eslint rule#120103
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 73e854c. Configure here.
Add /* eslint-disable unicorn/filename-case */ to files with non-camelCase names, rename kebab-case .mdx docs to camelCase, and ignore shebang scripts (which can't take an inline directive on line 1) in the rule config.
|
🚨 Warning: This pull request contains Frontend and Backend changes! It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently. Have questions? Please ask in the |
Story previewsPreview the stories changed in this PR on the Vercel deployment:
Preview deployment: https://sentry-748lgde8s.sentry.dev |
Rename kebab-case .ts/.tsx files under static/ to camelCase and update their references (relative imports, the type-loader rspack alias path, and the ios-device-list import). ESLint rule-id strings stay kebab-case; only filenames and relative import specifiers change. Drops the now-obsolete ignore entries for these files. The __mocks__ files are left as-is since jest resolves them by package name.
|
@cursor resolve merge conflicts |
|
I've successfully resolved the merge conflicts on your branch! What was conflicting: Resolution:
Changes committed and pushed:
Your PR is now up to date with master and the merge conflicts are resolved. |
Co-authored-by: Ryan Albrecht <ryan@ryanalbrecht.ca>



No description provided.