Skip to content

Commit

Permalink
Removed dirty-chai
Browse files Browse the repository at this point in the history
Disabled linting rule (no-unused-expressions) for several test files
ran npm lint
upgraded dependencies
updated the submodule
  • Loading branch information
DomPeliniAerospike committed Feb 15, 2024
1 parent 17d6c17 commit 027100f
Show file tree
Hide file tree
Showing 28 changed files with 2,540 additions and 1,450 deletions.
2 changes: 1 addition & 1 deletion lib/lists.js
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ exports.clear = function (bin) {
* @parm {boolean} pad - If true, the context is allowed to be beyond list boundaries. In that case, nil
* list entries will be inserted to satisfy the context position.
* @param {boolean} persistIndex - If true, persist list index. A list index improves lookup performance,
* but requires more storage. A list index can be created for a top-level ordered list only. Nested and
* but requires more storage. A list index can be created for a top-level ordered list only. Nested and
* unordered list indexes are not supported.
* @param {number} ctx - optional path to nested list. If not defined, the top-level list is used.
*
Expand Down
Loading

0 comments on commit 027100f

Please sign in to comment.