From 154472a27a26d862fcfdb563a15e5c0c202edbfc Mon Sep 17 00:00:00 2001 From: Lint Action Date: Wed, 27 Mar 2024 16:56:42 +0000 Subject: [PATCH] fix: fix code style issues with ESLint --- index.ts | 2 +- test/pass.test.ts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.ts b/index.ts index c9cd42f..cea4f10 100644 --- a/index.ts +++ b/index.ts @@ -1 +1 @@ -console.log('hello world') \ No newline at end of file +console.log('hello world') diff --git a/test/pass.test.ts b/test/pass.test.ts index 851444d..93d6604 100644 --- a/test/pass.test.ts +++ b/test/pass.test.ts @@ -2,7 +2,7 @@ import { it } from 'node:test' import assert from 'node:assert' it('calls a nonexistent method', () => { - const actual = 1 - const expected = 1 - assert.equal(actual, expected) -}) \ No newline at end of file + const actual = 1 + const expected = 1 + assert.equal(actual, expected) +})