mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-04 18:00:18 +00:00
Fix lint
This commit is contained in:
parent
91bde8949d
commit
bdf6644279
@ -2,11 +2,13 @@
|
||||
.eslintcache
|
||||
pnpm-lock.yaml
|
||||
|
||||
**/node_modules
|
||||
**/dist
|
||||
**/build
|
||||
**/public
|
||||
node_modules
|
||||
dist
|
||||
build
|
||||
public
|
||||
|
||||
**/CHANGELOG.md
|
||||
|
||||
packages/core/js-client-isomorphic/src/versions.ts
|
||||
packages/core/js-client-isomorphic/src/versions.ts
|
||||
__snapshots__
|
||||
packages/@tests/aqua/src/_aqua/**
|
@ -14,6 +14,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import assert from "assert";
|
||||
|
||||
import { JSONArray } from "@fluencelabs/interfaces";
|
||||
import { toUint8Array } from "js-base64";
|
||||
import { it, describe, expect, test } from "vitest";
|
||||
@ -26,7 +28,6 @@ import { KeyPair } from "../../keypair/index.js";
|
||||
import { builtInServices } from "../builtins.js";
|
||||
import { allowServiceFn } from "../securityGuard.js";
|
||||
import { Sig, defaultSigGuard } from "../Sig.js";
|
||||
import assert from "assert";
|
||||
|
||||
const a10b20 = `{
|
||||
"a": 10,
|
||||
|
Loading…
Reference in New Issue
Block a user