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

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
KATT committed Sep 30, 2023
1 parent 2a1a20b commit e237ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ A hackable JSON serializer/deserializer that allows you to serialize/deserialize

### Example

<!-- /** eslint-disable n/no-missing-import */ -->

```ts
/* eslint-disable eslint-comments/disable-enable-pair */
/* eslint-disable @typescript-eslint/no-unused-vars */
/* eslint-disable n/no-missing-import */
/* eslint-disable eslint-comments/disable-enable-pair, @typescript-eslint/no-unused-vars, n/no-missing-import */

import {
createTupleson,
// Serialize BigInt
Expand Down
12 changes: 0 additions & 12 deletions src/readme.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,8 @@ import { test } from "vitest";

import {
createTupleson,
// Serialize BigInt
tsonBigint,
// Serialize Map
tsonMap,
// **throws** when encountering Infinity or NaN
// tsonNumberGuard,
// Serialize regular expression
tsonRegExp,
// Serialize sets
tsonSet,
// Serialize URLs
// tsonURL,
// Serialize undefined
tsonUndefined,
} from "./index.js";

test("readme", () => {
Expand Down

0 comments on commit e237ed6

Please sign in to comment.