Skip to content

Commit 63a9f1c

Browse files
committed
Configure prettier, no bracket spacing
1 parent 34776e8 commit 63a9f1c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.prettierrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"bracketSpacing": false
3+
}

test/index-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { test } from "tap";
2-
import { Library, FileAttachments } from "../src";
1+
import {test} from "tap";
2+
import {Library, FileAttachments} from "../src";
33

44
test("new Library returns a library with the expected keys", async t => {
55
t.deepEqual(Object.keys(new Library()).sort(), [

0 commit comments

Comments
 (0)