Expanding rules with explicit definitions of values#134
Conversation
Adding exception option to the rule to ignore variables starting with underscore Updating several packages to the latest versions
There was a problem hiding this comment.
Pull Request Overview
This PR expands the no-unused-vars ESLint rule configuration and updates several development dependencies to their latest versions. The main enhancement adds an exception pattern to ignore variables starting with underscore, following common conventions for intentionally unused variables.
- Added
argsIgnorePatternconfiguration to ignore unused variables prefixed with underscore - Updated ESLint and related plugins to newer versions
- Bumped package version from 1.0.5 to 1.0.6
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Version bump and dependency updates for ESLint ecosystem packages |
| config/baseLintConfig.ts | Added underscore prefix pattern to ignore unused variables in ESLint rule |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Updating packages to the latest versions to match dependabot suggestions
Explicitly define rules around where and how many repeated empty lines can appear in the files: - no line at the start of the file - 1 line at the end of the file - 1 repeated line maximum inside file content
elliot-huffman
left a comment
There was a problem hiding this comment.
Looks good to me!
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Adding exception option to the rule to ignore variables starting with underscore
Updating several packages to the latest versions