Skip to content

fix: add missing 'use strict' directives #780

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Fdawgs
Copy link

@Fdawgs Fdawgs commented Apr 24, 2025

Adds missing 'use strict' directives; this directive is dotted around a handful of files in the repo so this PR adds it to the rest of the CJS files.

The local eslint file has been updated to enforce this going forward, as suggested in the linked issue.

References

Closes #774

@Fdawgs Fdawgs requested a review from a team as a code owner April 24, 2025 14:24
@wraithgar wraithgar changed the title chore add missing 'use strict' directives fix: add missing 'use strict' directives Apr 24, 2025
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.

[ENHANCEMENT] Add 'use strict' directive to cjs files
1 participant