Skip to content

Commit

Permalink
chore: drop useless lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KnorpelSenf authored Aug 7, 2023
1 parent f026506 commit a6582e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oson.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// deno-lint-ignore-file ban-types no-explicit-any
// deno-lint-ignore-file no-explicit-any
// magic numbers for values
export const UNDEFINED_INDEX = -1 as const;
export const ARRAY_HOLE_INDEX = -2 as const;
Expand Down

0 comments on commit a6582e3

Please sign in to comment.