Skip to content

Minor change to make latest version of ESLint pass#1048

Merged
glahaye merged 18 commits intomicrosoft:mainfrom
glahaye:lint
Jul 11, 2024
Merged

Minor change to make latest version of ESLint pass#1048
glahaye merged 18 commits intomicrosoft:mainfrom
glahaye:lint

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
@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