Skip to content

Conversation

cressie176
Copy link
Collaborator

Enable noRedundantUseStrict rule and remove all redundant 'use strict' directives as JavaScript modules are automatically in strict mode.

🤖 Generated with Claude Code

Enable noRedundantUseStrict rule and remove all redundant 'use strict'
directives as JavaScript modules are automatically in strict mode.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

'use strict';

const ints = require('buffer-more-ints');
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like Claude or Biome went a bit far. I'll restore the legit comments

Add back valuable documentation comments that explain complex logic
and implementation details, ensuring code remains maintainable.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant