Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
jmadler committed Sep 20, 2022
1 parent a4a4a24 commit 8387dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
bracketSpacing: false,
jsxBracketSameLine: true,
bracketSpacing: true,
singleQuote: true,
trailingComma: 'all',
};
2 changes: 1 addition & 1 deletion __test__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ describe("Test for initial jest setup.", () => {
test('two plus two is four', () => {
expect(2 + 2).toBe(4);
});
});
});

0 comments on commit 8387dfc

Please sign in to comment.