Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Update src/config-array.js
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Trotta <[email protected]>
  • Loading branch information
nzakas and fasttime authored Mar 27, 2024
1 parent bc7edea commit af446c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config-array.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function isString(value) {
* @param {object} config The config object to check.
* @param {number} index The index of the config object in the array.
* @returns {void}
* @throws {TypeError} If the files and ignores keys of a config object are not valid.
* @throws {ConfigError} If the files and ignores keys of a config object are not valid.
*/
function assertValidFilesAndIgnores(config, index) {
if (!config || typeof config !== 'object') {
Expand Down

0 comments on commit af446c5

Please sign in to comment.