Skip to content

Commit

Permalink
Add missing JSDoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Feb 19, 2025
1 parent 049d0a0 commit 959bb54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/config-array/ignore-pattern.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const DotPatterns = Object.freeze([".*", "!.eslintrc.*", "!../"]);
//------------------------------------------------------------------------------

/**
*
* Represents a set of glob patterns to ignore against a base path.
*/
class IgnorePattern {

Expand Down
2 changes: 1 addition & 1 deletion lib/shared/config-validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const noOptionsSchema = Object.freeze({
//-----------------------------------------------------------------------------

/**
*
* Validator for configuration objects.
*/
export default class ConfigValidator {
constructor({ builtInRules = new Map() } = {}) {
Expand Down

0 comments on commit 959bb54

Please sign in to comment.