Skip to content

Commit 16f4452

Browse files
committed
Add prettier
1 parent 914ccf5 commit 16f4452

File tree

5 files changed

+821
-1517
lines changed

5 files changed

+821
-1517
lines changed

.eslintrc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@ module.exports = {
1717
sourceType: "module",
1818
},
1919
},
20+
// Prevent .only in tests
21+
{
22+
files: ["src/**/*.test.{ts,tsx}"],
23+
rules: { "no-only-tests/no-only-tests": "error" },
24+
},
2025
],
2126
};

.prettierrc

Whitespace-only changes.

0 commit comments

Comments
 (0)