Skip to content
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

chore: update to ESLint v9, add eqeqeq rule #158

Merged
merged 2 commits into from
Aug 22, 2024
Merged

Conversation

TTtie
Copy link
Member

@TTtie TTtie commented Aug 22, 2024

Updates ESLint to v9, and adds an eqeqeq rule to enforce strict equality usage across the codebase (== null is still allowed).

Updates ESLint to v9, and adds an `eqeqeq` rule to enforce strict equality usage across the codebase (`== null` is still allowed).
@TTtie TTtie added type: enhancement New feature or request scope: meta Meta changes type: farming Pull requests with changes of very low complexity (think single-line changes) labels Aug 22, 2024
@TTtie TTtie added this to the 0.2.0 milestone Aug 22, 2024
@TTtie TTtie linked an issue Aug 22, 2024 that may be closed by this pull request
@TTtie TTtie merged commit 8ab6bbf into dev Aug 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: meta Meta changes type: enhancement New feature or request type: farming Pull requests with changes of very low complexity (think single-line changes)
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Disallow the use of prototype builtins.
1 participant