Skip to content

Commit 959bb54

Browse files
committed
Add missing JSDoc comments
1 parent 049d0a0 commit 959bb54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/config-array/ignore-pattern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const DotPatterns = Object.freeze([".*", "!.eslintrc.*", "!../"]);
118118
//------------------------------------------------------------------------------
119119

120120
/**
121-
*
121+
* Represents a set of glob patterns to ignore against a base path.
122122
*/
123123
class IgnorePattern {
124124

lib/shared/config-validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const noOptionsSchema = Object.freeze({
5252
//-----------------------------------------------------------------------------
5353

5454
/**
55-
*
55+
* Validator for configuration objects.
5656
*/
5757
export default class ConfigValidator {
5858
constructor({ builtInRules = new Map() } = {}) {

0 commit comments

Comments
 (0)