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

Minor change to make latest version of ESLint pass #1048

Merged
merged 18 commits into from
Jul 11, 2024
Merged

Minor change to make latest version of ESLint pass #1048

merged 18 commits into from
Jul 11, 2024

Conversation

glahaye
Copy link
Contributor

@glahaye glahaye commented Jul 11, 2024

Motivation and Context

The newer ESLint is better and now complains about unneeded non-null operators (!)

Description

Remove the now-superfluous instances of '!'

Contribution Checklist

@github-actions github-actions bot added the webapp Pull requests that update Typescript code label Jul 11, 2024
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jul 11, 2024
@glahaye glahaye merged commit 31d6a36 into microsoft:main Jul 11, 2024
6 checks passed
@glahaye glahaye deleted the lint branch July 25, 2024 00:54
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
### Motivation and Context
The newer ESLint is better and now complains about unneeded non-null
operators (!)

### Description
Remove the now-superfluous instances of '!'

### Contribution Checklist
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [Contribution
Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone :smile
kb0039 pushed a commit to aaronba/chat-copilot that referenced this pull request Jan 8, 2025
### Motivation and Context
The newer ESLint is better and now complains about unneeded non-null
operators (!)

### Description
Remove the now-superfluous instances of '!'

### Contribution Checklist
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [Contribution
Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone :smile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file webapp Pull requests that update Typescript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant