mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-04-25 01:42:13 +00:00
Fix lint
This commit is contained in:
parent
91bde8949d
commit
bdf6644279
@ -2,11 +2,13 @@
|
|||||||
.eslintcache
|
.eslintcache
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
|
|
||||||
**/node_modules
|
node_modules
|
||||||
**/dist
|
dist
|
||||||
**/build
|
build
|
||||||
**/public
|
public
|
||||||
|
|
||||||
**/CHANGELOG.md
|
**/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.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import assert from "assert";
|
||||||
|
|
||||||
import { JSONArray } from "@fluencelabs/interfaces";
|
import { JSONArray } from "@fluencelabs/interfaces";
|
||||||
import { toUint8Array } from "js-base64";
|
import { toUint8Array } from "js-base64";
|
||||||
import { it, describe, expect, test } from "vitest";
|
import { it, describe, expect, test } from "vitest";
|
||||||
@ -26,7 +28,6 @@ import { KeyPair } from "../../keypair/index.js";
|
|||||||
import { builtInServices } from "../builtins.js";
|
import { builtInServices } from "../builtins.js";
|
||||||
import { allowServiceFn } from "../securityGuard.js";
|
import { allowServiceFn } from "../securityGuard.js";
|
||||||
import { Sig, defaultSigGuard } from "../Sig.js";
|
import { Sig, defaultSigGuard } from "../Sig.js";
|
||||||
import assert from "assert";
|
|
||||||
|
|
||||||
const a10b20 = `{
|
const a10b20 = `{
|
||||||
"a": 10,
|
"a": 10,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user